Shades of Caput Mortuum #5B2C1F
Tints of Caput Mortuum #5B2C1F
RGB
CMYK
RGB Variations
Color information
#5B2C1F (or 0x5B2C1F) is known color: Caput Mortuum. HEX triplet: 5B, 2C and 1F. RGB value is (91,44,31). Sum of RGB (Red+Green+Blue) = 91+44+31=166 (21% of max value = 765). Red value is 91 (35.94% from 255 or 54.82% from 166); Green value is 44 (17.58% from 255 or 26.51% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2C1F is #A4D3E0. Grayscale: #383838. Windows color (decimal): -10802145 or 2042971. OLE color: 2042971.
HSL color Cylindrical-coordinate representation of color #5B2C1F: hue angle of 13º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B2C1F is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 44 | 31 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.64 |
| HSL | 13º | 0.49% | 0.24% | - |
| HSV(B) | 13º | 0.66% | 0.36% | - |
| XYZ | 5.46 | 4.12 | 1.8 | - |
| YUV | 56.57 | 113.57 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 44 | 31 | 0 | 0.52 | 0.66 | 0.64 | 13 | 0.49 | 0.24 |
| Hex | 5B | 2C | 1F | 0 | 34 | 42 | 40 | D | 31 | 18 |
| Octal | 133 | 54 | 37 | 0 | 64 | 102 | 100 | 15 | 61 | 30 |
| Binary | 1011011 | 101100 | 11111 | 0 | 110100 | 1000010 | 1000000 | 1101 | 110001 | 11000 |
Color Harmonies of #5B2C1F
Complementary color
Monochromatic Colors of #5B2C1F
Black with #5B2C1F
Text Example
Text Example
White with #5B2C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2C1F; }
p { color: rgb(91,44,31); }
H1.HeaderClassName
{
color: #5B2C1F;
}
.AnyTagClassName
{
color: #5B2C1F;
}
</style>
background-color css
<style>
a { background-color: #5B2C1F; }
a { background-color: rgb(91,44,31); }
div.DivClassName
{
background-color: #5B2C1F;
}
.BgClassName
{
background-color: #5B2C1F;
}
</style>
border-color css
<style>
span { border-color: #5B2C1F; }
span { border-color: rgb(91,44,31); }
td.TdClassName
{
border-color: #5B2C1F;
}
.TagClassName
{
border-color: #5B2C1F;
}
</style>