Shades of Caput Mortuum #531E0D
Tints of Caput Mortuum #531E0D
RGB
CMYK
RGB Variations
Color information
#531E0D (or 0x531E0D) is known color: Caput Mortuum. HEX triplet: 53, 1E and 0D. RGB value is (83,30,13). Sum of RGB (Red+Green+Blue) = 83+30+13=126 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.87% from 126); Green value is 30 (12.11% from 255 or 23.81% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 83 - color contains mainly: red. Hex color #531E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531E0D is #ACE1F2. Grayscale: #2C2C2C. Windows color (decimal): -11330035 or 859731. OLE color: 859731.
HSL color Cylindrical-coordinate representation of color #531E0D: hue angle of 14.57º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #531E0D is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 30 | 13 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.67 |
| HSL | 14.57º | 0.73% | 0.19% | - |
| HSV(B) | 14.57º | 0.84% | 0.33% | - |
| XYZ | 4.1 | 2.8 | 0.7 | - |
| YUV | 43.91 | 110.56 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 30 | 13 | 0 | 0.64 | 0.84 | 0.67 | 14.57 | 0.73 | 0.19 |
| Hex | 53 | 1E | D | 0 | 40 | 54 | 43 | F | 49 | 13 |
| Octal | 123 | 36 | 15 | 0 | 100 | 124 | 103 | 17 | 111 | 23 |
| Binary | 1010011 | 11110 | 1101 | 0 | 1000000 | 1010100 | 1000011 | 1111 | 1001001 | 10011 |
Color Harmonies of #531E0D
Complementary color
Monochromatic Colors of #531E0D
Black with #531E0D
Text Example
Text Example
White with #531E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531E0D; }
p { color: rgb(83,30,13); }
H1.HeaderClassName
{
color: #531E0D;
}
.AnyTagClassName
{
color: #531E0D;
}
</style>
background-color css
<style>
a { background-color: #531E0D; }
a { background-color: rgb(83,30,13); }
div.DivClassName
{
background-color: #531E0D;
}
.BgClassName
{
background-color: #531E0D;
}
</style>
border-color css
<style>
span { border-color: #531E0D; }
span { border-color: rgb(83,30,13); }
td.TdClassName
{
border-color: #531E0D;
}
.TagClassName
{
border-color: #531E0D;
}
</style>