Shades of Caput Mortuum #551903
Tints of Caput Mortuum #551903
RGB
CMYK
RGB Variations
Color information
#551903 (or 0x551903) is known color: Caput Mortuum. HEX triplet: 55, 19 and 03. RGB value is (85,25,3). Sum of RGB (Red+Green+Blue) = 85+25+3=113 (14% of max value = 765). Red value is 85 (33.59% from 255 or 75.22% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 3 (1.56% from 255 or 2.65% from 113); Max value from RGB is 85 - color contains mainly: red. Hex color #551903 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551903 is #AAE6FC. Grayscale: #282828. Windows color (decimal): -11200253 or 203093. OLE color: 203093.
HSL color Cylindrical-coordinate representation of color #551903: hue angle of 16.1º 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 #551903 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 25 | 3 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.67 |
| HSL | 16.1º | 0.93% | 0.17% | - |
| HSV(B) | 16.1º | 0.96% | 0.33% | - |
| XYZ | 4.11 | 2.63 | 0.38 | - |
| YUV | 40.43 | 106.88 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 25 | 3 | 0 | 0.71 | 0.96 | 0.67 | 16.1 | 0.93 | 0.17 |
| Hex | 55 | 19 | 3 | 0 | 47 | 60 | 43 | 10 | 5D | 11 |
| Octal | 125 | 31 | 3 | 0 | 107 | 140 | 103 | 20 | 135 | 21 |
| Binary | 1010101 | 11001 | 11 | 0 | 1000111 | 1100000 | 1000011 | 10000 | 1011101 | 10001 |
Color Harmonies of #551903
Complementary color
Monochromatic Colors of #551903
Black with #551903
Text Example
Text Example
White with #551903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551903; }
p { color: rgb(85,25,3); }
H1.HeaderClassName
{
color: #551903;
}
.AnyTagClassName
{
color: #551903;
}
</style>
background-color css
<style>
a { background-color: #551903; }
a { background-color: rgb(85,25,3); }
div.DivClassName
{
background-color: #551903;
}
.BgClassName
{
background-color: #551903;
}
</style>
border-color css
<style>
span { border-color: #551903; }
span { border-color: rgb(85,25,3); }
td.TdClassName
{
border-color: #551903;
}
.TagClassName
{
border-color: #551903;
}
</style>