Shades of Caput Mortuum #551F19
Tints of Caput Mortuum #551F19
RGB
CMYK
RGB Variations
Color information
#551F19 (or 0x551F19) is known color: Caput Mortuum. HEX triplet: 55, 1F and 19. RGB value is (85,31,25). Sum of RGB (Red+Green+Blue) = 85+31+25=141 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.28% from 141); Green value is 31 (12.5% from 255 or 21.99% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 85 - color contains mainly: red. Hex color #551F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551F19 is #AAE0E6. Grayscale: #2E2E2E. Windows color (decimal): -11198695 or 1646421. OLE color: 1646421.
HSL color Cylindrical-coordinate representation of color #551F19: hue angle of 6º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #551F19 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 31 | 25 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.67 |
| HSL | 6º | 0.55% | 0.22% | - |
| HSV(B) | 6º | 0.71% | 0.33% | - |
| XYZ | 4.41 | 2.98 | 1.26 | - |
| YUV | 46.46 | 115.89 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 31 | 25 | 0 | 0.64 | 0.71 | 0.67 | 6 | 0.55 | 0.22 |
| Hex | 55 | 1F | 19 | 0 | 40 | 47 | 43 | 6 | 37 | 16 |
| Octal | 125 | 37 | 31 | 0 | 100 | 107 | 103 | 6 | 67 | 26 |
| Binary | 1010101 | 11111 | 11001 | 0 | 1000000 | 1000111 | 1000011 | 110 | 110111 | 10110 |
Color Harmonies of #551F19
Complementary color
Monochromatic Colors of #551F19
Black with #551F19
Text Example
Text Example
White with #551F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551F19; }
p { color: rgb(85,31,25); }
H1.HeaderClassName
{
color: #551F19;
}
.AnyTagClassName
{
color: #551F19;
}
</style>
background-color css
<style>
a { background-color: #551F19; }
a { background-color: rgb(85,31,25); }
div.DivClassName
{
background-color: #551F19;
}
.BgClassName
{
background-color: #551F19;
}
</style>
border-color css
<style>
span { border-color: #551F19; }
span { border-color: rgb(85,31,25); }
td.TdClassName
{
border-color: #551F19;
}
.TagClassName
{
border-color: #551F19;
}
</style>