Shades of Caput Mortuum #531803
Tints of Caput Mortuum #531803
RGB
CMYK
RGB Variations
Color information
#531803 (or 0x531803) is known color: Caput Mortuum. HEX triplet: 53, 18 and 03. RGB value is (83,24,3). Sum of RGB (Red+Green+Blue) = 83+24+3=110 (14% of max value = 765). Red value is 83 (32.81% from 255 or 75.45% from 110); Green value is 24 (9.77% from 255 or 21.82% from 110); Blue value is 3 (1.56% from 255 or 2.73% from 110); Max value from RGB is 83 - color contains mainly: red. Hex color #531803 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531803 is #ACE7FC. Grayscale: #272727. Windows color (decimal): -11331581 or 202835. OLE color: 202835.
HSL color Cylindrical-coordinate representation of color #531803: hue angle of 15.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #531803 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 24 | 3 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.67 |
| HSL | 15.75º | 0.93% | 0.17% | - |
| HSV(B) | 15.75º | 0.96% | 0.33% | - |
| XYZ | 3.91 | 2.5 | 0.36 | - |
| YUV | 39.25 | 107.55 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 24 | 3 | 0 | 0.71 | 0.96 | 0.67 | 15.75 | 0.93 | 0.17 |
| Hex | 53 | 18 | 3 | 0 | 47 | 60 | 43 | 10 | 5D | 11 |
| Octal | 123 | 30 | 3 | 0 | 107 | 140 | 103 | 20 | 135 | 21 |
| Binary | 1010011 | 11000 | 11 | 0 | 1000111 | 1100000 | 1000011 | 10000 | 1011101 | 10001 |
Color Harmonies of #531803
Complementary color
Monochromatic Colors of #531803
Black with #531803
Text Example
Text Example
White with #531803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531803; }
p { color: rgb(83,24,3); }
H1.HeaderClassName
{
color: #531803;
}
.AnyTagClassName
{
color: #531803;
}
</style>
background-color css
<style>
a { background-color: #531803; }
a { background-color: rgb(83,24,3); }
div.DivClassName
{
background-color: #531803;
}
.BgClassName
{
background-color: #531803;
}
</style>
border-color css
<style>
span { border-color: #531803; }
span { border-color: rgb(83,24,3); }
td.TdClassName
{
border-color: #531803;
}
.TagClassName
{
border-color: #531803;
}
</style>