#531A08

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

Shades of Caput Mortuum #531A08

Tints of Caput Mortuum #531A08

Color information

#531A08 (or 0x531A08) is unknown color: approx Caput Mortuum. HEX triplet: 53, 1A and 08. RGB value is (83,26,8). Sum of RGB (Red+Green+Blue) = 83+26+8=117 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.94% from 117); Green value is 26 (10.55% from 255 or 22.22% from 117); Blue value is 8 (3.52% from 255 or 6.84% from 117); Max value from RGB is 83 - color contains mainly: red. Hex color #531A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531A08 is #ACE5F7. Grayscale: #292929. Windows color (decimal): -11331064 or 531027. OLE color: 531027.

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

Color convert

RGB83268-
CMYK00.690.900.67
HSL14.4º82.42%17.84%-
HSV(B)14.4º90.36%32.55%-
XYZ3.982.60.52-
YUV40.99109.38157.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 70.94%
GREEN value IS 26 (10.55% from 255) = 22.22%
BLUE value IS 8 (3.52% from 255) = 6.84%
R=70.94%
G=22.22%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8326800.690.900.6714.482.4217.84
Hex531A80455A43e5212
Octal123321001051321031612222
Binary101001111010100001000101101101010000111110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531A08; }

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

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

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

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

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

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

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

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