Shades of Caput Mortuum #55251E
Tints of Caput Mortuum #55251E
RGB
CMYK
RGB Variations
Color information
#55251E (or 0x55251E) is known color: Caput Mortuum. HEX triplet: 55, 25 and 1E. RGB value is (85,37,30). Sum of RGB (Red+Green+Blue) = 85+37+30=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #55251E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55251E is #AADAE1. Grayscale: #323232. Windows color (decimal): -11197154 or 1975637. OLE color: 1975637.
HSL color Cylindrical-coordinate representation of color #55251E: hue angle of 7.64º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55251E is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 37 | 30 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.67 |
| HSL | 7.64º | 0.48% | 0.23% | - |
| HSV(B) | 7.64º | 0.65% | 0.33% | - |
| XYZ | 4.64 | 3.35 | 1.63 | - |
| YUV | 50.55 | 116.4 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 37 | 30 | 0 | 0.56 | 0.65 | 0.67 | 7.64 | 0.48 | 0.23 |
| Hex | 55 | 25 | 1E | 0 | 38 | 41 | 43 | 8 | 30 | 17 |
| Octal | 125 | 45 | 36 | 0 | 70 | 101 | 103 | 10 | 60 | 27 |
| Binary | 1010101 | 100101 | 11110 | 0 | 111000 | 1000001 | 1000011 | 1000 | 110000 | 10111 |
Color Harmonies of #55251E
Complementary color
Monochromatic Colors of #55251E
Black with #55251E
Text Example
Text Example
White with #55251E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55251E; }
p { color: rgb(85,37,30); }
H1.HeaderClassName
{
color: #55251E;
}
.AnyTagClassName
{
color: #55251E;
}
</style>
background-color css
<style>
a { background-color: #55251E; }
a { background-color: rgb(85,37,30); }
div.DivClassName
{
background-color: #55251E;
}
.BgClassName
{
background-color: #55251E;
}
</style>
border-color css
<style>
span { border-color: #55251E; }
span { border-color: rgb(85,37,30); }
td.TdClassName
{
border-color: #55251E;
}
.TagClassName
{
border-color: #55251E;
}
</style>