Color Hex Logo

#831919 Color Hex

#831919
(131,25,25)
1 Favorites   0 Comments

Color spaces of #831919

RGB 1312525
HSL0.000.680.31
HSV81°51°
CMYK 0.000.810.81   0.49
XYZ9.88325.59071.4779
Yxy5.59070.58300.3298
Hunter Lab23.644733.232812.8454
CIE-Lab28.355443.932928.7668

#831919 color RGB value is (131,25,25).

#831919 hex color red value is 131, green value is 25 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #831919 hue: 0.00 , saturation: 0.68 and the lightness value of 831919 is 0.31.

The process color (four color CMYK) of #831919 color hex is 0.00, 0.81, 0.81, 0.49. Web safe color of #831919 is #990000. Color #831919 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00011001 00011001
Octal 203 31 31
Decimal 131 25 25
Hex 83 19 19

RGB Percentages of Color #831919

%72.38
%13.81
%13.81

CMYK Percentages of Color #831919

%0
%81
%81
%49

Triadic Colors of #831919

#831919 #198319 #191983

Analogous Colors of #831919

#831919 #834e19 #83194e

Monochromatic Colors of #831919

#831919

Complementary Color

#831919 #198383

#831919 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831919 Color Preview on White Background

Lorem ipsum dolor sit amet.

#831919 Color CSS Codes

.mybgcolor {background-color:#831919; } 
.myforecolor {color:#831919; }
.mybordercolor {border:3px solid #831919; }

#831919 Text Font Color

<p style="color:#831919">Text here</p>

This sample text font color is #831919
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#831919 Background Color

<div style="background-color:#831919">
Div content here</div>

This div background color is #831919


#831919 Border Color

<div style="border:3px solid #831919">
Div here</div>

This div border color is #831919


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,25,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #831919; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #831919;
  -webkit-box-shadow: 1px 1px 3px 2px #831919;
  box-shadow:         1px 1px 3px 2px #831919; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,25,25, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #831919">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #831919;
  -webkit-box-shadow: 1px 1px 3px 2px #831919;
  box-shadow:         1px 1px 3px 2px #831919;">
Div content here</div>

This div box has shadow with color #831919


Comments

No comments written yet.

Please login to write comment.