Shades of Caput Mortuum #5B271C
Tints of Caput Mortuum #5B271C
RGB
CMYK
RGB Variations
Color information
#5B271C (or 0x5B271C) is known color: Caput Mortuum. HEX triplet: 5B, 27 and 1C. RGB value is (91,39,28). Sum of RGB (Red+Green+Blue) = 91+39+28=158 (20% of max value = 765). Red value is 91 (35.94% from 255 or 57.59% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 91 - color contains mainly: red. Hex color #5B271C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B271C is #A4D8E3. Grayscale: #353535. Windows color (decimal): -10803428 or 1845083. OLE color: 1845083.
HSL color Cylindrical-coordinate representation of color #5B271C: hue angle of 10.48º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5B271C is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 39 | 28 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.64 |
| HSL | 10.48º | 0.53% | 0.23% | - |
| HSV(B) | 10.48º | 0.69% | 0.36% | - |
| XYZ | 5.25 | 3.76 | 1.55 | - |
| YUV | 53.29 | 113.73 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 39 | 28 | 0 | 0.57 | 0.69 | 0.64 | 10.48 | 0.53 | 0.23 |
| Hex | 5B | 27 | 1C | 0 | 39 | 45 | 40 | A | 35 | 17 |
| Octal | 133 | 47 | 34 | 0 | 71 | 105 | 100 | 12 | 65 | 27 |
| Binary | 1011011 | 100111 | 11100 | 0 | 111001 | 1000101 | 1000000 | 1010 | 110101 | 10111 |
Color Harmonies of #5B271C
Complementary color
Monochromatic Colors of #5B271C
Black with #5B271C
Text Example
Text Example
White with #5B271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B271C; }
p { color: rgb(91,39,28); }
H1.HeaderClassName
{
color: #5B271C;
}
.AnyTagClassName
{
color: #5B271C;
}
</style>
background-color css
<style>
a { background-color: #5B271C; }
a { background-color: rgb(91,39,28); }
div.DivClassName
{
background-color: #5B271C;
}
.BgClassName
{
background-color: #5B271C;
}
</style>
border-color css
<style>
span { border-color: #5B271C; }
span { border-color: rgb(91,39,28); }
td.TdClassName
{
border-color: #5B271C;
}
.TagClassName
{
border-color: #5B271C;
}
</style>