Shades of Caput Mortuum #531E0B
Tints of Caput Mortuum #531E0B
RGB
CMYK
RGB Variations
Color information
#531E0B (or 0x531E0B) is known color: Caput Mortuum. HEX triplet: 53, 1E and 0B. RGB value is (83,30,11). Sum of RGB (Red+Green+Blue) = 83+30+11=124 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.94% from 124); Green value is 30 (12.11% from 255 or 24.19% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 83 - color contains mainly: red. Hex color #531E0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531E0B is #ACE1F4. Grayscale: #2B2B2B. Windows color (decimal): -11330037 or 728659. OLE color: 728659.
HSL color Cylindrical-coordinate representation of color #531E0B: hue angle of 15.83º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #531E0B is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 30 | 11 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.67 |
| HSL | 15.83º | 0.77% | 0.18% | - |
| HSV(B) | 15.83º | 0.87% | 0.33% | - |
| XYZ | 4.09 | 2.79 | 0.64 | - |
| YUV | 43.68 | 109.56 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 30 | 11 | 0 | 0.64 | 0.87 | 0.67 | 15.83 | 0.77 | 0.18 |
| Hex | 53 | 1E | B | 0 | 40 | 57 | 43 | 10 | 4D | 12 |
| Octal | 123 | 36 | 13 | 0 | 100 | 127 | 103 | 20 | 115 | 22 |
| Binary | 1010011 | 11110 | 1011 | 0 | 1000000 | 1010111 | 1000011 | 10000 | 1001101 | 10010 |
Color Harmonies of #531E0B
Complementary color
Monochromatic Colors of #531E0B
Black with #531E0B
Text Example
Text Example
White with #531E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531E0B; }
p { color: rgb(83,30,11); }
H1.HeaderClassName
{
color: #531E0B;
}
.AnyTagClassName
{
color: #531E0B;
}
</style>
background-color css
<style>
a { background-color: #531E0B; }
a { background-color: rgb(83,30,11); }
div.DivClassName
{
background-color: #531E0B;
}
.BgClassName
{
background-color: #531E0B;
}
</style>
border-color css
<style>
span { border-color: #531E0B; }
span { border-color: rgb(83,30,11); }
td.TdClassName
{
border-color: #531E0B;
}
.TagClassName
{
border-color: #531E0B;
}
</style>