Shades of Caput Mortuum #531E11
Tints of Caput Mortuum #531E11
RGB
CMYK
RGB Variations
Color information
#531E11 (or 0x531E11) is known color: Caput Mortuum. HEX triplet: 53, 1E and 11. RGB value is (83,30,17). Sum of RGB (Red+Green+Blue) = 83+30+17=130 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.85% from 130); Green value is 30 (12.11% from 255 or 23.08% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 83 - color contains mainly: red. Hex color #531E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531E11 is #ACE1EE. Grayscale: #2C2C2C. Windows color (decimal): -11330031 or 1121875. OLE color: 1121875.
HSL color Cylindrical-coordinate representation of color #531E11: hue angle of 11.82º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #531E11 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 30 | 17 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.67 |
| HSL | 11.82º | 0.66% | 0.2% | - |
| HSV(B) | 11.82º | 0.8% | 0.33% | - |
| XYZ | 4.13 | 2.81 | 0.85 | - |
| YUV | 44.37 | 112.56 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 30 | 17 | 0 | 0.64 | 0.80 | 0.67 | 11.82 | 0.66 | 0.2 |
| Hex | 53 | 1E | 11 | 0 | 40 | 50 | 43 | C | 42 | 14 |
| Octal | 123 | 36 | 21 | 0 | 100 | 120 | 103 | 14 | 102 | 24 |
| Binary | 1010011 | 11110 | 10001 | 0 | 1000000 | 1010000 | 1000011 | 1100 | 1000010 | 10100 |
Color Harmonies of #531E11
Complementary color
Monochromatic Colors of #531E11
Black with #531E11
Text Example
Text Example
White with #531E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531E11; }
p { color: rgb(83,30,17); }
H1.HeaderClassName
{
color: #531E11;
}
.AnyTagClassName
{
color: #531E11;
}
</style>
background-color css
<style>
a { background-color: #531E11; }
a { background-color: rgb(83,30,17); }
div.DivClassName
{
background-color: #531E11;
}
.BgClassName
{
background-color: #531E11;
}
</style>
border-color css
<style>
span { border-color: #531E11; }
span { border-color: rgb(83,30,17); }
td.TdClassName
{
border-color: #531E11;
}
.TagClassName
{
border-color: #531E11;
}
</style>