Shades of Caput Mortuum #531D0D
Tints of Caput Mortuum #531D0D
RGB
CMYK
RGB Variations
Color information
#531D0D (or 0x531D0D) is known color: Caput Mortuum. HEX triplet: 53, 1D and 0D. RGB value is (83,29,13). Sum of RGB (Red+Green+Blue) = 83+29+13=125 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.4% from 125); Green value is 29 (11.72% from 255 or 23.2% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 83 - color contains mainly: red. Hex color #531D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531D0D is #ACE2F2. Grayscale: #2B2B2B. Windows color (decimal): -11330291 or 859475. OLE color: 859475.
HSL color Cylindrical-coordinate representation of color #531D0D: hue angle of 13.71º 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 #531D0D is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 29 | 13 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.67 |
| HSL | 13.71º | 0.73% | 0.19% | - |
| HSV(B) | 13.71º | 0.84% | 0.33% | - |
| XYZ | 4.08 | 2.75 | 0.7 | - |
| YUV | 43.32 | 110.89 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 29 | 13 | 0 | 0.65 | 0.84 | 0.67 | 13.71 | 0.73 | 0.19 |
| Hex | 53 | 1D | D | 0 | 41 | 54 | 43 | E | 49 | 13 |
| Octal | 123 | 35 | 15 | 0 | 101 | 124 | 103 | 16 | 111 | 23 |
| Binary | 1010011 | 11101 | 1101 | 0 | 1000001 | 1010100 | 1000011 | 1110 | 1001001 | 10011 |
Color Harmonies of #531D0D
Complementary color
Monochromatic Colors of #531D0D
Black with #531D0D
Text Example
Text Example
White with #531D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531D0D; }
p { color: rgb(83,29,13); }
H1.HeaderClassName
{
color: #531D0D;
}
.AnyTagClassName
{
color: #531D0D;
}
</style>
background-color css
<style>
a { background-color: #531D0D; }
a { background-color: rgb(83,29,13); }
div.DivClassName
{
background-color: #531D0D;
}
.BgClassName
{
background-color: #531D0D;
}
</style>
border-color css
<style>
span { border-color: #531D0D; }
span { border-color: rgb(83,29,13); }
td.TdClassName
{
border-color: #531D0D;
}
.TagClassName
{
border-color: #531D0D;
}
</style>