Color Hex Logo

#831928 Color Hex

#831928
(131,25,40)
3 Favorites   1 Comments

Color spaces of #831928

RGB 1312540
HSL0.980.680.31
HSV352°81°51°
CMYK 0.000.810.69   0.49
XYZ10.09075.67382.5708
Yxy5.67380.55030.3094
Hunter Lab23.819733.933010.2748
CIE-Lab28.574144.624419.4756

#831928 color RGB value is (131,25,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00011001 00101000
Octal 203 31 50
Decimal 131 25 40
Hex 83 19 28

RGB Percentages of Color #831928

%66.84
%12.76
%20.41

CMYK Percentages of Color #831928

%0
%81
%69
%49

Triadic Colors of #831928

#831928 #288319 #192883

Analogous Colors of #831928

#831928 #833f19 #83195d

Monochromatic Colors of #831928

#831928

Complementary Color

#831928 #198374

#831928 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831928 Color Preview on White Background

Lorem ipsum dolor sit amet.

#831928 Color CSS Codes

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

#831928 Text Font Color

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

This sample text font color is #831928
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.


#831928 Background Color

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

This div background color is #831928


#831928 Border Color

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

This div border color is #831928


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831928


Comments

29 Jan 2016, 0:14 ColMcc2017

I like this tint of red.

Please login to write comment.