Shades of Caput Mortuum #551D11
Tints of Caput Mortuum #551D11
RGB
CMYK
RGB Variations
Color information
#551D11 (or 0x551D11) is known color: Caput Mortuum. HEX triplet: 55, 1D and 11. RGB value is (85,29,17). Sum of RGB (Red+Green+Blue) = 85+29+17=131 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.89% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 85 - color contains mainly: red. Hex color #551D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551D11 is #AAE2EE. Grayscale: #2C2C2C. Windows color (decimal): -11199215 or 1121621. OLE color: 1121621.
HSL color Cylindrical-coordinate representation of color #551D11: hue angle of 10.59º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #551D11 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 29 | 17 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.67 |
| HSL | 10.59º | 0.67% | 0.2% | - |
| HSV(B) | 10.59º | 0.8% | 0.33% | - |
| XYZ | 4.29 | 2.85 | 0.85 | - |
| YUV | 44.38 | 112.55 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 29 | 17 | 0 | 0.66 | 0.80 | 0.67 | 10.59 | 0.67 | 0.2 |
| Hex | 55 | 1D | 11 | 0 | 42 | 50 | 43 | B | 43 | 14 |
| Octal | 125 | 35 | 21 | 0 | 102 | 120 | 103 | 13 | 103 | 24 |
| Binary | 1010101 | 11101 | 10001 | 0 | 1000010 | 1010000 | 1000011 | 1011 | 1000011 | 10100 |
Color Harmonies of #551D11
Complementary color
Monochromatic Colors of #551D11
Black with #551D11
Text Example
Text Example
White with #551D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551D11; }
p { color: rgb(85,29,17); }
H1.HeaderClassName
{
color: #551D11;
}
.AnyTagClassName
{
color: #551D11;
}
</style>
background-color css
<style>
a { background-color: #551D11; }
a { background-color: rgb(85,29,17); }
div.DivClassName
{
background-color: #551D11;
}
.BgClassName
{
background-color: #551D11;
}
</style>
border-color css
<style>
span { border-color: #551D11; }
span { border-color: rgb(85,29,17); }
td.TdClassName
{
border-color: #551D11;
}
.TagClassName
{
border-color: #551D11;
}
</style>