Shades of Caput Mortuum #531C0A
Tints of Caput Mortuum #531C0A
RGB
CMYK
RGB Variations
Color information
#531C0A (or 0x531C0A) is known color: Caput Mortuum. HEX triplet: 53, 1C and 0A. RGB value is (83,28,10). Sum of RGB (Red+Green+Blue) = 83+28+10=121 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.60% from 121); Green value is 28 (11.33% from 255 or 23.14% from 121); Blue value is 10 (4.30% from 255 or 8.26% from 121); Max value from RGB is 83 - color contains mainly: red. Hex color #531C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531C0A is #ACE3F5. Grayscale: #2A2A2A. Windows color (decimal): -11330550 or 662611. OLE color: 662611.
HSL color Cylindrical-coordinate representation of color #531C0A: hue angle of 14.79º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #531C0A is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 28 | 10 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.67 |
| HSL | 14.79º | 0.78% | 0.18% | - |
| HSV(B) | 14.79º | 0.88% | 0.33% | - |
| XYZ | 4.04 | 2.69 | 0.59 | - |
| YUV | 42.39 | 109.72 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 28 | 10 | 0 | 0.66 | 0.88 | 0.67 | 14.79 | 0.78 | 0.18 |
| Hex | 53 | 1C | A | 0 | 42 | 58 | 43 | F | 4E | 12 |
| Octal | 123 | 34 | 12 | 0 | 102 | 130 | 103 | 17 | 116 | 22 |
| Binary | 1010011 | 11100 | 1010 | 0 | 1000010 | 1011000 | 1000011 | 1111 | 1001110 | 10010 |
Color Harmonies of #531C0A
Complementary color
Monochromatic Colors of #531C0A
Black with #531C0A
Text Example
Text Example
White with #531C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531C0A; }
p { color: rgb(83,28,10); }
H1.HeaderClassName
{
color: #531C0A;
}
.AnyTagClassName
{
color: #531C0A;
}
</style>
background-color css
<style>
a { background-color: #531C0A; }
a { background-color: rgb(83,28,10); }
div.DivClassName
{
background-color: #531C0A;
}
.BgClassName
{
background-color: #531C0A;
}
</style>
border-color css
<style>
span { border-color: #531C0A; }
span { border-color: rgb(83,28,10); }
td.TdClassName
{
border-color: #531C0A;
}
.TagClassName
{
border-color: #531C0A;
}
</style>