Shades of Caput Mortuum #531F14
Tints of Caput Mortuum #531F14
RGB
CMYK
RGB Variations
Color information
#531F14 (or 0x531F14) is known color: Caput Mortuum. HEX triplet: 53, 1F and 14. RGB value is (83,31,20). Sum of RGB (Red+Green+Blue) = 83+31+20=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 31 (12.5% from 255 or 23.13% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #531F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531F14 is #ACE0EB. Grayscale: #2D2D2D. Windows color (decimal): -11329772 or 1318739. OLE color: 1318739.
HSL color Cylindrical-coordinate representation of color #531F14: hue angle of 10.48º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #531F14 is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 31 | 20 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.67 |
| HSL | 10.48º | 0.61% | 0.2% | - |
| HSV(B) | 10.48º | 0.76% | 0.33% | - |
| XYZ | 4.18 | 2.87 | 1 | - |
| YUV | 45.29 | 113.73 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 31 | 20 | 0 | 0.63 | 0.76 | 0.67 | 10.48 | 0.61 | 0.2 |
| Hex | 53 | 1F | 14 | 0 | 3F | 4C | 43 | A | 3D | 14 |
| Octal | 123 | 37 | 24 | 0 | 77 | 114 | 103 | 12 | 75 | 24 |
| Binary | 1010011 | 11111 | 10100 | 0 | 111111 | 1001100 | 1000011 | 1010 | 111101 | 10100 |
Color Harmonies of #531F14
Complementary color
Monochromatic Colors of #531F14
Black with #531F14
Text Example
Text Example
White with #531F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531F14; }
p { color: rgb(83,31,20); }
H1.HeaderClassName
{
color: #531F14;
}
.AnyTagClassName
{
color: #531F14;
}
</style>
background-color css
<style>
a { background-color: #531F14; }
a { background-color: rgb(83,31,20); }
div.DivClassName
{
background-color: #531F14;
}
.BgClassName
{
background-color: #531F14;
}
</style>
border-color css
<style>
span { border-color: #531F14; }
span { border-color: rgb(83,31,20); }
td.TdClassName
{
border-color: #531F14;
}
.TagClassName
{
border-color: #531F14;
}
</style>