Shades of Caput Mortuum #531A06
Tints of Caput Mortuum #531A06
RGB
CMYK
RGB Variations
Color information
#531A06 (or 0x531A06) is known color: Caput Mortuum. HEX triplet: 53, 1A and 06. RGB value is (83,26,6). Sum of RGB (Red+Green+Blue) = 83+26+6=115 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.17% from 115); Green value is 26 (10.55% from 255 or 22.61% from 115); Blue value is 6 (2.73% from 255 or 5.22% from 115); Max value from RGB is 83 - color contains mainly: red. Hex color #531A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531A06 is #ACE5F9. Grayscale: #282828. Windows color (decimal): -11331066 or 399955. OLE color: 399955.
HSL color Cylindrical-coordinate representation of color #531A06: hue angle of 15.58º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #531A06 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 26 | 6 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.67 |
| HSL | 15.58º | 0.87% | 0.17% | - |
| HSV(B) | 15.58º | 0.93% | 0.33% | - |
| XYZ | 3.97 | 2.59 | 0.46 | - |
| YUV | 40.76 | 108.38 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 26 | 6 | 0 | 0.69 | 0.93 | 0.67 | 15.58 | 0.87 | 0.17 |
| Hex | 53 | 1A | 6 | 0 | 45 | 5D | 43 | 10 | 57 | 11 |
| Octal | 123 | 32 | 6 | 0 | 105 | 135 | 103 | 20 | 127 | 21 |
| Binary | 1010011 | 11010 | 110 | 0 | 1000101 | 1011101 | 1000011 | 10000 | 1010111 | 10001 |
Color Harmonies of #531A06
Complementary color
Monochromatic Colors of #531A06
Black with #531A06
Text Example
Text Example
White with #531A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531A06; }
p { color: rgb(83,26,6); }
H1.HeaderClassName
{
color: #531A06;
}
.AnyTagClassName
{
color: #531A06;
}
</style>
background-color css
<style>
a { background-color: #531A06; }
a { background-color: rgb(83,26,6); }
div.DivClassName
{
background-color: #531A06;
}
.BgClassName
{
background-color: #531A06;
}
</style>
border-color css
<style>
span { border-color: #531A06; }
span { border-color: rgb(83,26,6); }
td.TdClassName
{
border-color: #531A06;
}
.TagClassName
{
border-color: #531A06;
}
</style>