Shades of Caput Mortuum #551D09
Tints of Caput Mortuum #551D09
RGB
CMYK
RGB Variations
Color information
#551D09 (or 0x551D09) is known color: Caput Mortuum. HEX triplet: 55, 1D and 09. RGB value is (85,29,9). Sum of RGB (Red+Green+Blue) = 85+29+9=123 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.11% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 9 (3.91% from 255 or 7.32% from 123); Max value from RGB is 85 - color contains mainly: red. Hex color #551D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551D09 is #AAE2F6. Grayscale: #2B2B2B. Windows color (decimal): -11199223 or 597333. OLE color: 597333.
HSL color Cylindrical-coordinate representation of color #551D09: hue angle of 15.79º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #551D09 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 29 | 9 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.67 |
| HSL | 15.79º | 0.81% | 0.18% | - |
| HSV(B) | 15.79º | 0.89% | 0.33% | - |
| XYZ | 4.23 | 2.83 | 0.58 | - |
| YUV | 43.46 | 108.55 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 29 | 9 | 0 | 0.66 | 0.89 | 0.67 | 15.79 | 0.81 | 0.18 |
| Hex | 55 | 1D | 9 | 0 | 42 | 59 | 43 | 10 | 51 | 12 |
| Octal | 125 | 35 | 11 | 0 | 102 | 131 | 103 | 20 | 121 | 22 |
| Binary | 1010101 | 11101 | 1001 | 0 | 1000010 | 1011001 | 1000011 | 10000 | 1010001 | 10010 |
Color Harmonies of #551D09
Complementary color
Monochromatic Colors of #551D09
Black with #551D09
Text Example
Text Example
White with #551D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551D09; }
p { color: rgb(85,29,9); }
H1.HeaderClassName
{
color: #551D09;
}
.AnyTagClassName
{
color: #551D09;
}
</style>
background-color css
<style>
a { background-color: #551D09; }
a { background-color: rgb(85,29,9); }
div.DivClassName
{
background-color: #551D09;
}
.BgClassName
{
background-color: #551D09;
}
</style>
border-color css
<style>
span { border-color: #551D09; }
span { border-color: rgb(85,29,9); }
td.TdClassName
{
border-color: #551D09;
}
.TagClassName
{
border-color: #551D09;
}
</style>