Shades of Caput Mortuum #531E17
Tints of Caput Mortuum #531E17
RGB
CMYK
RGB Variations
Color information
#531E17 (or 0x531E17) is known color: Caput Mortuum. HEX triplet: 53, 1E and 17. RGB value is (83,30,23). Sum of RGB (Red+Green+Blue) = 83+30+23=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 30 (12.11% from 255 or 22.06% from 136); Blue value is 23 (9.38% from 255 or 16.91% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #531E17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531E17 is #ACE1E8. Grayscale: #2D2D2D. Windows color (decimal): -11330025 or 1515091. OLE color: 1515091.
HSL color Cylindrical-coordinate representation of color #531E17: hue angle of 7º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #531E17 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 30 | 23 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.67 |
| HSL | 7º | 0.57% | 0.21% | - |
| HSV(B) | 7º | 0.72% | 0.33% | - |
| XYZ | 4.19 | 2.83 | 1.14 | - |
| YUV | 45.05 | 115.56 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 30 | 23 | 0 | 0.64 | 0.72 | 0.67 | 7 | 0.57 | 0.21 |
| Hex | 53 | 1E | 17 | 0 | 40 | 48 | 43 | 7 | 39 | 15 |
| Octal | 123 | 36 | 27 | 0 | 100 | 110 | 103 | 7 | 71 | 25 |
| Binary | 1010011 | 11110 | 10111 | 0 | 1000000 | 1001000 | 1000011 | 111 | 111001 | 10101 |
Color Harmonies of #531E17
Complementary color
Monochromatic Colors of #531E17
Black with #531E17
Text Example
Text Example
White with #531E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531E17; }
p { color: rgb(83,30,23); }
H1.HeaderClassName
{
color: #531E17;
}
.AnyTagClassName
{
color: #531E17;
}
</style>
background-color css
<style>
a { background-color: #531E17; }
a { background-color: rgb(83,30,23); }
div.DivClassName
{
background-color: #531E17;
}
.BgClassName
{
background-color: #531E17;
}
</style>
border-color css
<style>
span { border-color: #531E17; }
span { border-color: rgb(83,30,23); }
td.TdClassName
{
border-color: #531E17;
}
.TagClassName
{
border-color: #531E17;
}
</style>