Shades of Caput Mortuum #531D10
Tints of Caput Mortuum #531D10
RGB
CMYK
RGB Variations
Color information
#531D10 (or 0x531D10) is known color: Caput Mortuum. HEX triplet: 53, 1D and 10. RGB value is (83,29,16). Sum of RGB (Red+Green+Blue) = 83+29+16=128 (16% of max value = 765). Red value is 83 (32.81% from 255 or 64.84% from 128); Green value is 29 (11.72% from 255 or 22.66% from 128); Blue value is 16 (6.64% from 255 or 12.5% from 128); Max value from RGB is 83 - color contains mainly: red. Hex color #531D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531D10 is #ACE2EF. Grayscale: #2B2B2B. Windows color (decimal): -11330288 or 1056083. OLE color: 1056083.
HSL color Cylindrical-coordinate representation of color #531D10: hue angle of 11.64º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #531D10 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 29 | 16 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.67 |
| HSL | 11.64º | 0.68% | 0.19% | - |
| HSV(B) | 11.64º | 0.81% | 0.33% | - |
| XYZ | 4.1 | 2.76 | 0.81 | - |
| YUV | 43.66 | 112.39 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 29 | 16 | 0 | 0.65 | 0.81 | 0.67 | 11.64 | 0.68 | 0.19 |
| Hex | 53 | 1D | 10 | 0 | 41 | 51 | 43 | C | 44 | 13 |
| Octal | 123 | 35 | 20 | 0 | 101 | 121 | 103 | 14 | 104 | 23 |
| Binary | 1010011 | 11101 | 10000 | 0 | 1000001 | 1010001 | 1000011 | 1100 | 1000100 | 10011 |
Color Harmonies of #531D10
Complementary color
Monochromatic Colors of #531D10
Black with #531D10
Text Example
Text Example
White with #531D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531D10; }
p { color: rgb(83,29,16); }
H1.HeaderClassName
{
color: #531D10;
}
.AnyTagClassName
{
color: #531D10;
}
</style>
background-color css
<style>
a { background-color: #531D10; }
a { background-color: rgb(83,29,16); }
div.DivClassName
{
background-color: #531D10;
}
.BgClassName
{
background-color: #531D10;
}
</style>
border-color css
<style>
span { border-color: #531D10; }
span { border-color: rgb(83,29,16); }
td.TdClassName
{
border-color: #531D10;
}
.TagClassName
{
border-color: #531D10;
}
</style>