Shades of Caput Mortuum #55281F
Tints of Caput Mortuum #55281F
RGB
CMYK
RGB Variations
Color information
#55281F (or 0x55281F) is known color: Caput Mortuum. HEX triplet: 55, 28 and 1F. RGB value is (85,40,31). Sum of RGB (Red+Green+Blue) = 85+40+31=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #55281F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55281F is #AAD7E0. Grayscale: #343434. Windows color (decimal): -11196385 or 2041941. OLE color: 2041941.
HSL color Cylindrical-coordinate representation of color #55281F: hue angle of 10º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55281F is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 40 | 31 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.67 |
| HSL | 10º | 0.47% | 0.23% | - |
| HSV(B) | 10º | 0.64% | 0.33% | - |
| XYZ | 4.75 | 3.55 | 1.73 | - |
| YUV | 52.43 | 115.91 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 40 | 31 | 0 | 0.53 | 0.64 | 0.67 | 10 | 0.47 | 0.23 |
| Hex | 55 | 28 | 1F | 0 | 35 | 40 | 43 | A | 2F | 17 |
| Octal | 125 | 50 | 37 | 0 | 65 | 100 | 103 | 12 | 57 | 27 |
| Binary | 1010101 | 101000 | 11111 | 0 | 110101 | 1000000 | 1000011 | 1010 | 101111 | 10111 |
Color Harmonies of #55281F
Complementary color
Monochromatic Colors of #55281F
Black with #55281F
Text Example
Text Example
White with #55281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55281F; }
p { color: rgb(85,40,31); }
H1.HeaderClassName
{
color: #55281F;
}
.AnyTagClassName
{
color: #55281F;
}
</style>
background-color css
<style>
a { background-color: #55281F; }
a { background-color: rgb(85,40,31); }
div.DivClassName
{
background-color: #55281F;
}
.BgClassName
{
background-color: #55281F;
}
</style>
border-color css
<style>
span { border-color: #55281F; }
span { border-color: rgb(85,40,31); }
td.TdClassName
{
border-color: #55281F;
}
.TagClassName
{
border-color: #55281F;
}
</style>