Shades of Caput Mortuum #551A09
Tints of Caput Mortuum #551A09
RGB
CMYK
RGB Variations
Color information
#551A09 (or 0x551A09) is known color: Caput Mortuum. HEX triplet: 55, 1A and 09. RGB value is (85,26,9). Sum of RGB (Red+Green+Blue) = 85+26+9=120 (15% of max value = 765). Red value is 85 (33.59% from 255 or 70.83% from 120); Green value is 26 (10.55% from 255 or 21.67% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 85 - color contains mainly: red. Hex color #551A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551A09 is #AAE5F6. Grayscale: #292929. Windows color (decimal): -11199991 or 596565. OLE color: 596565.
HSL color Cylindrical-coordinate representation of color #551A09: hue angle of 13.42º 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 #551A09 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 26 | 9 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.67 |
| HSL | 13.42º | 0.81% | 0.18% | - |
| HSV(B) | 13.42º | 0.89% | 0.33% | - |
| XYZ | 4.17 | 2.69 | 0.56 | - |
| YUV | 41.7 | 109.55 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 26 | 9 | 0 | 0.69 | 0.89 | 0.67 | 13.42 | 0.81 | 0.18 |
| Hex | 55 | 1A | 9 | 0 | 45 | 59 | 43 | D | 51 | 12 |
| Octal | 125 | 32 | 11 | 0 | 105 | 131 | 103 | 15 | 121 | 22 |
| Binary | 1010101 | 11010 | 1001 | 0 | 1000101 | 1011001 | 1000011 | 1101 | 1010001 | 10010 |
Color Harmonies of #551A09
Complementary color
Monochromatic Colors of #551A09
Black with #551A09
Text Example
Text Example
White with #551A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551A09; }
p { color: rgb(85,26,9); }
H1.HeaderClassName
{
color: #551A09;
}
.AnyTagClassName
{
color: #551A09;
}
</style>
background-color css
<style>
a { background-color: #551A09; }
a { background-color: rgb(85,26,9); }
div.DivClassName
{
background-color: #551A09;
}
.BgClassName
{
background-color: #551A09;
}
</style>
border-color css
<style>
span { border-color: #551A09; }
span { border-color: rgb(85,26,9); }
td.TdClassName
{
border-color: #551A09;
}
.TagClassName
{
border-color: #551A09;
}
</style>