Shades of Caput Mortuum #531D16
Tints of Caput Mortuum #531D16
RGB
CMYK
RGB Variations
Color information
#531D16 (or 0x531D16) is known color: Caput Mortuum. HEX triplet: 53, 1D and 16. RGB value is (83,29,22). Sum of RGB (Red+Green+Blue) = 83+29+22=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 29 (11.72% from 255 or 21.64% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #531D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531D16 is #ACE2E9. Grayscale: #2C2C2C. Windows color (decimal): -11330282 or 1449299. OLE color: 1449299.
HSL color Cylindrical-coordinate representation of color #531D16: hue angle of 6.89º 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 #531D16 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 29 | 22 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.67 |
| HSL | 6.89º | 0.58% | 0.21% | - |
| HSV(B) | 6.89º | 0.73% | 0.33% | - |
| XYZ | 4.15 | 2.78 | 1.08 | - |
| YUV | 44.35 | 115.39 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 29 | 22 | 0 | 0.65 | 0.73 | 0.67 | 6.89 | 0.58 | 0.21 |
| Hex | 53 | 1D | 16 | 0 | 41 | 49 | 43 | 7 | 3A | 15 |
| Octal | 123 | 35 | 26 | 0 | 101 | 111 | 103 | 7 | 72 | 25 |
| Binary | 1010011 | 11101 | 10110 | 0 | 1000001 | 1001001 | 1000011 | 111 | 111010 | 10101 |
Color Harmonies of #531D16
Complementary color
Monochromatic Colors of #531D16
Black with #531D16
Text Example
Text Example
White with #531D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531D16; }
p { color: rgb(83,29,22); }
H1.HeaderClassName
{
color: #531D16;
}
.AnyTagClassName
{
color: #531D16;
}
</style>
background-color css
<style>
a { background-color: #531D16; }
a { background-color: rgb(83,29,22); }
div.DivClassName
{
background-color: #531D16;
}
.BgClassName
{
background-color: #531D16;
}
</style>
border-color css
<style>
span { border-color: #531D16; }
span { border-color: rgb(83,29,22); }
td.TdClassName
{
border-color: #531D16;
}
.TagClassName
{
border-color: #531D16;
}
</style>