Shades of Caput Mortuum #531D09
Tints of Caput Mortuum #531D09
RGB
CMYK
RGB Variations
Color information
#531D09 (or 0x531D09) is known color: Caput Mortuum. HEX triplet: 53, 1D and 09. RGB value is (83,29,9). Sum of RGB (Red+Green+Blue) = 83+29+9=121 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.60% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 9 (3.91% from 255 or 7.44% from 121); Max value from RGB is 83 - color contains mainly: red. Hex color #531D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531D09 is #ACE2F6. Grayscale: #2B2B2B. Windows color (decimal): -11330295 or 597331. OLE color: 597331.
HSL color Cylindrical-coordinate representation of color #531D09: hue angle of 16.22º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #531D09 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 29 | 9 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.67 |
| HSL | 16.22º | 0.8% | 0.18% | - |
| HSV(B) | 16.22º | 0.89% | 0.33% | - |
| XYZ | 4.06 | 2.74 | 0.57 | - |
| YUV | 42.87 | 108.89 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 29 | 9 | 0 | 0.65 | 0.89 | 0.67 | 16.22 | 0.8 | 0.18 |
| Hex | 53 | 1D | 9 | 0 | 41 | 59 | 43 | 10 | 50 | 12 |
| Octal | 123 | 35 | 11 | 0 | 101 | 131 | 103 | 20 | 120 | 22 |
| Binary | 1010011 | 11101 | 1001 | 0 | 1000001 | 1011001 | 1000011 | 10000 | 1010000 | 10010 |
Color Harmonies of #531D09
Complementary color
Monochromatic Colors of #531D09
Black with #531D09
Text Example
Text Example
White with #531D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531D09; }
p { color: rgb(83,29,9); }
H1.HeaderClassName
{
color: #531D09;
}
.AnyTagClassName
{
color: #531D09;
}
</style>
background-color css
<style>
a { background-color: #531D09; }
a { background-color: rgb(83,29,9); }
div.DivClassName
{
background-color: #531D09;
}
.BgClassName
{
background-color: #531D09;
}
</style>
border-color css
<style>
span { border-color: #531D09; }
span { border-color: rgb(83,29,9); }
td.TdClassName
{
border-color: #531D09;
}
.TagClassName
{
border-color: #531D09;
}
</style>