Shades of Caput Mortuum #531E12
Tints of Caput Mortuum #531E12
RGB
CMYK
RGB Variations
Color information
#531E12 (or 0x531E12) is known color: Caput Mortuum. HEX triplet: 53, 1E and 12. RGB value is (83,30,18). Sum of RGB (Red+Green+Blue) = 83+30+18=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 30 (12.11% from 255 or 22.90% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #531E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531E12 is #ACE1ED. Grayscale: #2C2C2C. Windows color (decimal): -11330030 or 1187411. OLE color: 1187411.
HSL color Cylindrical-coordinate representation of color #531E12: hue angle of 11.08º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #531E12 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 30 | 18 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.67 |
| HSL | 11.08º | 0.64% | 0.2% | - |
| HSV(B) | 11.08º | 0.78% | 0.33% | - |
| XYZ | 4.14 | 2.81 | 0.9 | - |
| YUV | 44.48 | 113.06 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 30 | 18 | 0 | 0.64 | 0.78 | 0.67 | 11.08 | 0.64 | 0.2 |
| Hex | 53 | 1E | 12 | 0 | 40 | 4E | 43 | B | 40 | 14 |
| Octal | 123 | 36 | 22 | 0 | 100 | 116 | 103 | 13 | 100 | 24 |
| Binary | 1010011 | 11110 | 10010 | 0 | 1000000 | 1001110 | 1000011 | 1011 | 1000000 | 10100 |
Color Harmonies of #531E12
Complementary color
Monochromatic Colors of #531E12
Black with #531E12
Text Example
Text Example
White with #531E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531E12; }
p { color: rgb(83,30,18); }
H1.HeaderClassName
{
color: #531E12;
}
.AnyTagClassName
{
color: #531E12;
}
</style>
background-color css
<style>
a { background-color: #531E12; }
a { background-color: rgb(83,30,18); }
div.DivClassName
{
background-color: #531E12;
}
.BgClassName
{
background-color: #531E12;
}
</style>
border-color css
<style>
span { border-color: #531E12; }
span { border-color: rgb(83,30,18); }
td.TdClassName
{
border-color: #531E12;
}
.TagClassName
{
border-color: #531E12;
}
</style>