#531A09

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

Shades of Caput Mortuum #531A09

Tints of Caput Mortuum #531A09

Color information

#531A09 (or 0x531A09) is unknown color: approx Caput Mortuum. HEX triplet: 53, 1A and 09. RGB value is (83,26,9). Sum of RGB (Red+Green+Blue) = 83+26+9=118 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.34% from 118); Green value is 26 (10.55% from 255 or 22.03% from 118); Blue value is 9 (3.91% from 255 or 7.63% from 118); Max value from RGB is 83 - color contains mainly: red. Hex color #531A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531A09 is #ACE5F6. Grayscale: #292929. Windows color (decimal): -11331063 or 596563. OLE color: 596563.

HSL color Cylindrical-coordinate representation of color #531A09: hue angle of 13.78º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #531A09 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB83269-
CMYK00.690.890.67
HSL13.78º80.43%18.04%-
HSV(B)13.78º89.16%32.55%-
XYZ3.992.60.55-
YUV41.1109.88157.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 70.34%
GREEN value IS 26 (10.55% from 255) = 22.03%
BLUE value IS 9 (3.91% from 255) = 7.63%
R=70.34%
G=22.03%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8326900.690.890.6713.7880.4318.04
Hex531A90455943e5012
Octal123321101051311031612022
Binary101001111010100101000101101100110000111110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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