#531908

Color #531908 Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #531908

Tints of Caput Mortuum #531908

Color information

#531908 (or 0x531908) is unknown color: approx Caput Mortuum. HEX triplet: 53, 19 and 08. RGB value is (83,25,8). Sum of RGB (Red+Green+Blue) = 83+25+8=116 (15% of max value = 765). Red value is 83 (32.81% from 255 or 71.55% from 116); Green value is 25 (10.16% from 255 or 21.55% from 116); Blue value is 8 (3.52% from 255 or 6.90% from 116); Max value from RGB is 83 - color contains mainly: red. Hex color #531908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531908 is #ACE6F7. Grayscale: #282828. Windows color (decimal): -11331320 or 530771. OLE color: 530771.

HSL color Cylindrical-coordinate representation of color #531908: hue angle of 13.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #531908 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB83258-
CMYK00.700.900.67
HSL13.6º82.42%17.84%-
HSV(B)13.6º90.36%32.55%-
XYZ3.962.550.51-
YUV40.4109.72158.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 71.55%
GREEN value IS 25 (10.16% from 255) = 21.55%
BLUE value IS 8 (3.52% from 255) = 6.90%
R=71.55%
G=21.55%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8325800.700.900.6713.682.4217.84
Hex531980465A43e5212
Octal123311001061321031612222
Binary101001111001100001000110101101010000111110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531908; }

 p { color: rgb(83,25,8); }

 H1.HeaderClassName
 {
   color: #531908;
 }
 .AnyTagClassName
 {
   color: #531908;
 }
</style>
background-color css

<style>
 a { background-color: #531908; }

 a { background-color: rgb(83,25,8); }

 div.DivClassName
 {
   background-color: #531908;
 }
 .BgClassName
 {
   background-color: #531908;
 }
</style>
border-color css

<style>
 span { border-color: #531908; }

 span { border-color: rgb(83,25,8); }

 td.TdClassName
 {
   border-color: #531908;
 }
 .TagClassName
 {
   border-color: #531908;
 }
</style>