Shades of Caput Mortuum #531C09
Tints of Caput Mortuum #531C09
RGB
CMYK
RGB Variations
Color information
#531C09 (or 0x531C09) is known color: 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
| RGB | 83 | 28 | 9 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.67 |
| HSL | 15.41º | 0.8% | 0.18% | - |
| HSV(B) | 15.41º | 0.89% | 0.33% | - |
| XYZ | 4.03 | 2.69 | 0.57 | - |
| YUV | 42.28 | 109.22 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 28 | 9 | 0 | 0.66 | 0.89 | 0.67 | 15.41 | 0.8 | 0.18 |
| Hex | 53 | 1C | 9 | 0 | 42 | 59 | 43 | F | 50 | 12 |
| Octal | 123 | 34 | 11 | 0 | 102 | 131 | 103 | 17 | 120 | 22 |
| Binary | 1010011 | 11100 | 1001 | 0 | 1000010 | 1011001 | 1000011 | 1111 | 1010000 | 10010 |
Color Harmonies of #531C09
Complementary color
Monochromatic Colors of #531C09
Black with #531C09
Text Example
Text Example
White with #531C09
Text Example
Text Example
HTML Codes & Css Web 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>