Shades of Caput Mortuum #531A0A
Tints of Caput Mortuum #531A0A
RGB
CMYK
RGB Variations
Color information
#531A0A (or 0x531A0A) is known color: Caput Mortuum. HEX triplet: 53, 1A and 0A. RGB value is (83,26,10). Sum of RGB (Red+Green+Blue) = 83+26+10=119 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.75% from 119); Green value is 26 (10.55% from 255 or 21.85% from 119); Blue value is 10 (4.30% from 255 or 8.40% from 119); Max value from RGB is 83 - color contains mainly: red. Hex color #531A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531A0A is #ACE5F5. Grayscale: #292929. Windows color (decimal): -11331062 or 662099. OLE color: 662099.
HSL color Cylindrical-coordinate representation of color #531A0A: hue angle of 13.15º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #531A0A is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 26 | 10 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.67 |
| HSL | 13.15º | 0.78% | 0.18% | - |
| HSV(B) | 13.15º | 0.88% | 0.33% | - |
| XYZ | 3.99 | 2.6 | 0.58 | - |
| YUV | 41.22 | 110.38 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 26 | 10 | 0 | 0.69 | 0.88 | 0.67 | 13.15 | 0.78 | 0.18 |
| Hex | 53 | 1A | A | 0 | 45 | 58 | 43 | D | 4E | 12 |
| Octal | 123 | 32 | 12 | 0 | 105 | 130 | 103 | 15 | 116 | 22 |
| Binary | 1010011 | 11010 | 1010 | 0 | 1000101 | 1011000 | 1000011 | 1101 | 1001110 | 10010 |
Color Harmonies of #531A0A
Complementary color
Monochromatic Colors of #531A0A
Black with #531A0A
Text Example
Text Example
White with #531A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531A0A; }
p { color: rgb(83,26,10); }
H1.HeaderClassName
{
color: #531A0A;
}
.AnyTagClassName
{
color: #531A0A;
}
</style>
background-color css
<style>
a { background-color: #531A0A; }
a { background-color: rgb(83,26,10); }
div.DivClassName
{
background-color: #531A0A;
}
.BgClassName
{
background-color: #531A0A;
}
</style>
border-color css
<style>
span { border-color: #531A0A; }
span { border-color: rgb(83,26,10); }
td.TdClassName
{
border-color: #531A0A;
}
.TagClassName
{
border-color: #531A0A;
}
</style>