Shades of Caput Mortuum #551F15
Tints of Caput Mortuum #551F15
RGB
CMYK
RGB Variations
Color information
#551F15 (or 0x551F15) is known color: Caput Mortuum. HEX triplet: 55, 1F and 15. RGB value is (85,31,21). Sum of RGB (Red+Green+Blue) = 85+31+21=137 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.04% from 137); Green value is 31 (12.5% from 255 or 22.63% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 85 - color contains mainly: red. Hex color #551F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551F15 is #AAE0EA. Grayscale: #2E2E2E. Windows color (decimal): -11198699 or 1384277. OLE color: 1384277.
HSL color Cylindrical-coordinate representation of color #551F15: hue angle of 9.38º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #551F15 is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 31 | 21 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.67 |
| HSL | 9.38º | 0.6% | 0.21% | - |
| HSV(B) | 9.38º | 0.75% | 0.33% | - |
| XYZ | 4.37 | 2.97 | 1.05 | - |
| YUV | 46.01 | 113.89 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 31 | 21 | 0 | 0.64 | 0.75 | 0.67 | 9.38 | 0.6 | 0.21 |
| Hex | 55 | 1F | 15 | 0 | 40 | 4B | 43 | 9 | 3C | 15 |
| Octal | 125 | 37 | 25 | 0 | 100 | 113 | 103 | 11 | 74 | 25 |
| Binary | 1010101 | 11111 | 10101 | 0 | 1000000 | 1001011 | 1000011 | 1001 | 111100 | 10101 |
Color Harmonies of #551F15
Complementary color
Monochromatic Colors of #551F15
Black with #551F15
Text Example
Text Example
White with #551F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551F15; }
p { color: rgb(85,31,21); }
H1.HeaderClassName
{
color: #551F15;
}
.AnyTagClassName
{
color: #551F15;
}
</style>
background-color css
<style>
a { background-color: #551F15; }
a { background-color: rgb(85,31,21); }
div.DivClassName
{
background-color: #551F15;
}
.BgClassName
{
background-color: #551F15;
}
</style>
border-color css
<style>
span { border-color: #551F15; }
span { border-color: rgb(85,31,21); }
td.TdClassName
{
border-color: #551F15;
}
.TagClassName
{
border-color: #551F15;
}
</style>