#531808

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

Shades of Caput Mortuum #531808

Tints of Caput Mortuum #531808

Color information

#531808 (or 0x531808) is unknown color: approx Caput Mortuum. HEX triplet: 53, 18 and 08. RGB value is (83,24,8). Sum of RGB (Red+Green+Blue) = 83+24+8=115 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.17% from 115); Green value is 24 (9.77% from 255 or 20.87% from 115); Blue value is 8 (3.52% from 255 or 6.96% from 115); Max value from RGB is 83 - color contains mainly: red. Hex color #531808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531808 is #ACE7F7. Grayscale: #272727. Windows color (decimal): -11331576 or 530515. OLE color: 530515.

HSL color Cylindrical-coordinate representation of color #531808: hue angle of 12.8º 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 #531808 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB83248-
CMYK00.710.900.67
HSL12.8º82.42%17.84%-
HSV(B)12.8º90.36%32.55%-
XYZ3.942.510.51-
YUV39.82110.05158.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 72.17%
GREEN value IS 24 (9.77% from 255) = 20.87%
BLUE value IS 8 (3.52% from 255) = 6.96%
R=72.17%
G=20.87%
B=6.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8324800.710.900.6712.882.4217.84
Hex531880475A43d5212
Octal123301001071321031512222
Binary101001111000100001000111101101010000111101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531808; }

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

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

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

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

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

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

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

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