Shades of Caput Mortuum #55251D
Tints of Caput Mortuum #55251D
RGB
CMYK
RGB Variations
Color information
#55251D (or 0x55251D) is known color: Caput Mortuum. HEX triplet: 55, 25 and 1D. RGB value is (85,37,29). Sum of RGB (Red+Green+Blue) = 85+37+29=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #55251D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55251D is #AADAE2. Grayscale: #323232. Windows color (decimal): -11197155 or 1910101. OLE color: 1910101.
HSL color Cylindrical-coordinate representation of color #55251D: hue angle of 8.57º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55251D is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 37 | 29 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.67 |
| HSL | 8.57º | 0.49% | 0.22% | - |
| HSV(B) | 8.57º | 0.66% | 0.33% | - |
| XYZ | 4.63 | 3.34 | 1.56 | - |
| YUV | 50.44 | 115.9 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 37 | 29 | 0 | 0.56 | 0.66 | 0.67 | 8.57 | 0.49 | 0.22 |
| Hex | 55 | 25 | 1D | 0 | 38 | 42 | 43 | 9 | 31 | 16 |
| Octal | 125 | 45 | 35 | 0 | 70 | 102 | 103 | 11 | 61 | 26 |
| Binary | 1010101 | 100101 | 11101 | 0 | 111000 | 1000010 | 1000011 | 1001 | 110001 | 10110 |
Color Harmonies of #55251D
Complementary color
Monochromatic Colors of #55251D
Black with #55251D
Text Example
Text Example
White with #55251D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55251D; }
p { color: rgb(85,37,29); }
H1.HeaderClassName
{
color: #55251D;
}
.AnyTagClassName
{
color: #55251D;
}
</style>
background-color css
<style>
a { background-color: #55251D; }
a { background-color: rgb(85,37,29); }
div.DivClassName
{
background-color: #55251D;
}
.BgClassName
{
background-color: #55251D;
}
</style>
border-color css
<style>
span { border-color: #55251D; }
span { border-color: rgb(85,37,29); }
td.TdClassName
{
border-color: #55251D;
}
.TagClassName
{
border-color: #55251D;
}
</style>