#531C09

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

Shades of Caput Mortuum #531C09

Tints of Caput Mortuum #531C09

Color information

#531C09 (or 0x531C09) is unknown color: approx Caput Mortuum. HEX triplet: 53, 1C and 09. RGB value is (83,28,9). Sum of RGB (Red+Green+Blue) = 83+28+9=120 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.17% from 120); Green value is 28 (11.33% from 255 or 23.33% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 83 - color contains mainly: red. Hex color #531C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531C09 is #ACE3F6. Grayscale: #2A2A2A. Windows color (decimal): -11330551 or 597075. OLE color: 597075.

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

Color convert

RGB83289-
CMYK00.660.890.67
HSL15.41º80.43%18.04%-
HSV(B)15.41º89.16%32.55%-
XYZ4.032.690.57-
YUV42.28109.22157.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 69.17%
GREEN value IS 28 (11.33% from 255) = 23.33%
BLUE value IS 9 (3.91% from 255) = 7.5%
R=69.17%
G=23.33%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8328900.660.890.6715.4180.4318.04
Hex531C90425943f5012
Octal123341101021311031712022
Binary101001111100100101000010101100110000111111101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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