Shades of Caput Mortuum #551D0E
Tints of Caput Mortuum #551D0E
RGB
CMYK
RGB Variations
Color information
#551D0E (or 0x551D0E) is known color: Caput Mortuum. HEX triplet: 55, 1D and 0E. RGB value is (85,29,14). Sum of RGB (Red+Green+Blue) = 85+29+14=128 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.41% from 128); Green value is 29 (11.72% from 255 or 22.66% from 128); Blue value is 14 (5.86% from 255 or 10.94% from 128); Max value from RGB is 85 - color contains mainly: red. Hex color #551D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551D0E is #AAE2F1. Grayscale: #2C2C2C. Windows color (decimal): -11199218 or 925013. OLE color: 925013.
HSL color Cylindrical-coordinate representation of color #551D0E: hue angle of 12.68º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #551D0E is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 29 | 14 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.67 |
| HSL | 12.68º | 0.72% | 0.19% | - |
| HSV(B) | 12.68º | 0.84% | 0.33% | - |
| XYZ | 4.26 | 2.84 | 0.74 | - |
| YUV | 44.03 | 111.05 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 29 | 14 | 0 | 0.66 | 0.84 | 0.67 | 12.68 | 0.72 | 0.19 |
| Hex | 55 | 1D | E | 0 | 42 | 54 | 43 | D | 48 | 13 |
| Octal | 125 | 35 | 16 | 0 | 102 | 124 | 103 | 15 | 110 | 23 |
| Binary | 1010101 | 11101 | 1110 | 0 | 1000010 | 1010100 | 1000011 | 1101 | 1001000 | 10011 |
Color Harmonies of #551D0E
Complementary color
Monochromatic Colors of #551D0E
Black with #551D0E
Text Example
Text Example
White with #551D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551D0E; }
p { color: rgb(85,29,14); }
H1.HeaderClassName
{
color: #551D0E;
}
.AnyTagClassName
{
color: #551D0E;
}
</style>
background-color css
<style>
a { background-color: #551D0E; }
a { background-color: rgb(85,29,14); }
div.DivClassName
{
background-color: #551D0E;
}
.BgClassName
{
background-color: #551D0E;
}
</style>
border-color css
<style>
span { border-color: #551D0E; }
span { border-color: rgb(85,29,14); }
td.TdClassName
{
border-color: #551D0E;
}
.TagClassName
{
border-color: #551D0E;
}
</style>