Shades of Caput Mortuum #531D0C
Tints of Caput Mortuum #531D0C
RGB
CMYK
RGB Variations
Color information
#531D0C (or 0x531D0C) is known color: Caput Mortuum. HEX triplet: 53, 1D and 0C. RGB value is (83,29,12). Sum of RGB (Red+Green+Blue) = 83+29+12=124 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.94% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 83 - color contains mainly: red. Hex color #531D0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531D0C is #ACE2F3. Grayscale: #2B2B2B. Windows color (decimal): -11330292 or 793939. OLE color: 793939.
HSL color Cylindrical-coordinate representation of color #531D0C: hue angle of 14.37º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #531D0C is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 29 | 12 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.67 |
| HSL | 14.37º | 0.75% | 0.19% | - |
| HSV(B) | 14.37º | 0.86% | 0.33% | - |
| XYZ | 4.07 | 2.74 | 0.66 | - |
| YUV | 43.21 | 110.39 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 29 | 12 | 0 | 0.65 | 0.86 | 0.67 | 14.37 | 0.75 | 0.19 |
| Hex | 53 | 1D | C | 0 | 41 | 56 | 43 | E | 4B | 13 |
| Octal | 123 | 35 | 14 | 0 | 101 | 126 | 103 | 16 | 113 | 23 |
| Binary | 1010011 | 11101 | 1100 | 0 | 1000001 | 1010110 | 1000011 | 1110 | 1001011 | 10011 |
Color Harmonies of #531D0C
Complementary color
Monochromatic Colors of #531D0C
Black with #531D0C
Text Example
Text Example
White with #531D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531D0C; }
p { color: rgb(83,29,12); }
H1.HeaderClassName
{
color: #531D0C;
}
.AnyTagClassName
{
color: #531D0C;
}
</style>
background-color css
<style>
a { background-color: #531D0C; }
a { background-color: rgb(83,29,12); }
div.DivClassName
{
background-color: #531D0C;
}
.BgClassName
{
background-color: #531D0C;
}
</style>
border-color css
<style>
span { border-color: #531D0C; }
span { border-color: rgb(83,29,12); }
td.TdClassName
{
border-color: #531D0C;
}
.TagClassName
{
border-color: #531D0C;
}
</style>