Shades of Caput Mortuum #55261F
Tints of Caput Mortuum #55261F
RGB
CMYK
RGB Variations
Color information
#55261F (or 0x55261F) is known color: Caput Mortuum. HEX triplet: 55, 26 and 1F. RGB value is (85,38,31). Sum of RGB (Red+Green+Blue) = 85+38+31=154 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.19% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 85 - color contains mainly: red. Hex color #55261F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55261F is #AAD9E0. Grayscale: #333333. Windows color (decimal): -11196897 or 2041429. OLE color: 2041429.
HSL color Cylindrical-coordinate representation of color #55261F: hue angle of 7.78º 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 #55261F is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 38 | 31 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.67 |
| HSL | 7.78º | 0.47% | 0.23% | - |
| HSV(B) | 7.78º | 0.64% | 0.33% | - |
| XYZ | 4.69 | 3.42 | 1.71 | - |
| YUV | 51.26 | 116.57 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 38 | 31 | 0 | 0.55 | 0.64 | 0.67 | 7.78 | 0.47 | 0.23 |
| Hex | 55 | 26 | 1F | 0 | 37 | 40 | 43 | 8 | 2F | 17 |
| Octal | 125 | 46 | 37 | 0 | 67 | 100 | 103 | 10 | 57 | 27 |
| Binary | 1010101 | 100110 | 11111 | 0 | 110111 | 1000000 | 1000011 | 1000 | 101111 | 10111 |
Color Harmonies of #55261F
Complementary color
Monochromatic Colors of #55261F
Black with #55261F
Text Example
Text Example
White with #55261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55261F; }
p { color: rgb(85,38,31); }
H1.HeaderClassName
{
color: #55261F;
}
.AnyTagClassName
{
color: #55261F;
}
</style>
background-color css
<style>
a { background-color: #55261F; }
a { background-color: rgb(85,38,31); }
div.DivClassName
{
background-color: #55261F;
}
.BgClassName
{
background-color: #55261F;
}
</style>
border-color css
<style>
span { border-color: #55261F; }
span { border-color: rgb(85,38,31); }
td.TdClassName
{
border-color: #55261F;
}
.TagClassName
{
border-color: #55261F;
}
</style>