Shades of Caput Mortuum #531E16
Tints of Caput Mortuum #531E16
RGB
CMYK
RGB Variations
Color information
#531E16 (or 0x531E16) is known color: Caput Mortuum. HEX triplet: 53, 1E and 16. RGB value is (83,30,22). Sum of RGB (Red+Green+Blue) = 83+30+22=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 30 (12.11% from 255 or 22.22% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #531E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531E16 is #ACE1E9. Grayscale: #2D2D2D. Windows color (decimal): -11330026 or 1449555. OLE color: 1449555.
HSL color Cylindrical-coordinate representation of color #531E16: hue angle of 7.87º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #531E16 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 30 | 22 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.67 |
| HSL | 7.87º | 0.58% | 0.21% | - |
| HSV(B) | 7.87º | 0.73% | 0.33% | - |
| XYZ | 4.18 | 2.83 | 1.08 | - |
| YUV | 44.94 | 115.06 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 30 | 22 | 0 | 0.64 | 0.73 | 0.67 | 7.87 | 0.58 | 0.21 |
| Hex | 53 | 1E | 16 | 0 | 40 | 49 | 43 | 8 | 3A | 15 |
| Octal | 123 | 36 | 26 | 0 | 100 | 111 | 103 | 10 | 72 | 25 |
| Binary | 1010011 | 11110 | 10110 | 0 | 1000000 | 1001001 | 1000011 | 1000 | 111010 | 10101 |
Color Harmonies of #531E16
Complementary color
Monochromatic Colors of #531E16
Black with #531E16
Text Example
Text Example
White with #531E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531E16; }
p { color: rgb(83,30,22); }
H1.HeaderClassName
{
color: #531E16;
}
.AnyTagClassName
{
color: #531E16;
}
</style>
background-color css
<style>
a { background-color: #531E16; }
a { background-color: rgb(83,30,22); }
div.DivClassName
{
background-color: #531E16;
}
.BgClassName
{
background-color: #531E16;
}
</style>
border-color css
<style>
span { border-color: #531E16; }
span { border-color: rgb(83,30,22); }
td.TdClassName
{
border-color: #531E16;
}
.TagClassName
{
border-color: #531E16;
}
</style>