Shades of Caput Mortuum #55251C
Tints of Caput Mortuum #55251C
RGB
CMYK
RGB Variations
Color information
#55251C (or 0x55251C) is known color: Caput Mortuum. HEX triplet: 55, 25 and 1C. RGB value is (85,37,28). Sum of RGB (Red+Green+Blue) = 85+37+28=150 (19% of max value = 765). Red value is 85 (33.59% from 255 or 56.67% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 28 (11.33% from 255 or 18.67% from 150); Max value from RGB is 85 - color contains mainly: red. Hex color #55251C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55251C is #AADAE3. Grayscale: #323232. Windows color (decimal): -11197156 or 1844565. OLE color: 1844565.
HSL color Cylindrical-coordinate representation of color #55251C: hue angle of 9.47º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55251C is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 37 | 28 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.67 |
| HSL | 9.47º | 0.5% | 0.22% | - |
| HSV(B) | 9.47º | 0.67% | 0.33% | - |
| XYZ | 4.62 | 3.34 | 1.5 | - |
| YUV | 50.33 | 115.4 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 37 | 28 | 0 | 0.56 | 0.67 | 0.67 | 9.47 | 0.5 | 0.22 |
| Hex | 55 | 25 | 1C | 0 | 38 | 43 | 43 | 9 | 32 | 16 |
| Octal | 125 | 45 | 34 | 0 | 70 | 103 | 103 | 11 | 62 | 26 |
| Binary | 1010101 | 100101 | 11100 | 0 | 111000 | 1000011 | 1000011 | 1001 | 110010 | 10110 |
Color Harmonies of #55251C
Complementary color
Monochromatic Colors of #55251C
Black with #55251C
Text Example
Text Example
White with #55251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55251C; }
p { color: rgb(85,37,28); }
H1.HeaderClassName
{
color: #55251C;
}
.AnyTagClassName
{
color: #55251C;
}
</style>
background-color css
<style>
a { background-color: #55251C; }
a { background-color: rgb(85,37,28); }
div.DivClassName
{
background-color: #55251C;
}
.BgClassName
{
background-color: #55251C;
}
</style>
border-color css
<style>
span { border-color: #55251C; }
span { border-color: rgb(85,37,28); }
td.TdClassName
{
border-color: #55251C;
}
.TagClassName
{
border-color: #55251C;
}
</style>