Shades of Caput Mortuum #55271B
Tints of Caput Mortuum #55271B
RGB
CMYK
RGB Variations
Color information
#55271B (or 0x55271B) is known color: Caput Mortuum. HEX triplet: 55, 27 and 1B. RGB value is (85,39,27). Sum of RGB (Red+Green+Blue) = 85+39+27=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #55271B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55271B is #AAD8E4. Grayscale: #333333. Windows color (decimal): -11196645 or 1779541. OLE color: 1779541.
HSL color Cylindrical-coordinate representation of color #55271B: hue angle of 12.41º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55271B is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 39 | 27 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.67 |
| HSL | 12.41º | 0.52% | 0.22% | - |
| HSV(B) | 12.41º | 0.68% | 0.33% | - |
| XYZ | 4.67 | 3.46 | 1.46 | - |
| YUV | 51.39 | 114.24 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 39 | 27 | 0 | 0.54 | 0.68 | 0.67 | 12.41 | 0.52 | 0.22 |
| Hex | 55 | 27 | 1B | 0 | 36 | 44 | 43 | C | 34 | 16 |
| Octal | 125 | 47 | 33 | 0 | 66 | 104 | 103 | 14 | 64 | 26 |
| Binary | 1010101 | 100111 | 11011 | 0 | 110110 | 1000100 | 1000011 | 1100 | 110100 | 10110 |
Color Harmonies of #55271B
Complementary color
Monochromatic Colors of #55271B
Black with #55271B
Text Example
Text Example
White with #55271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55271B; }
p { color: rgb(85,39,27); }
H1.HeaderClassName
{
color: #55271B;
}
.AnyTagClassName
{
color: #55271B;
}
</style>
background-color css
<style>
a { background-color: #55271B; }
a { background-color: rgb(85,39,27); }
div.DivClassName
{
background-color: #55271B;
}
.BgClassName
{
background-color: #55271B;
}
</style>
border-color css
<style>
span { border-color: #55271B; }
span { border-color: rgb(85,39,27); }
td.TdClassName
{
border-color: #55271B;
}
.TagClassName
{
border-color: #55271B;
}
</style>