Shades of Caput Mortuum #531D0B
Tints of Caput Mortuum #531D0B
RGB
CMYK
RGB Variations
Color information
#531D0B (or 0x531D0B) is known color: Caput Mortuum. HEX triplet: 53, 1D and 0B. RGB value is (83,29,11). Sum of RGB (Red+Green+Blue) = 83+29+11=123 (16% of max value = 765). Red value is 83 (32.81% from 255 or 67.48% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 83 - color contains mainly: red. Hex color #531D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531D0B is #ACE2F4. Grayscale: #2B2B2B. Windows color (decimal): -11330293 or 728403. OLE color: 728403.
HSL color Cylindrical-coordinate representation of color #531D0B: hue angle of 15º 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 #531D0B is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 29 | 11 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.67 |
| HSL | 15º | 0.77% | 0.18% | - |
| HSV(B) | 15º | 0.87% | 0.33% | - |
| XYZ | 4.07 | 2.74 | 0.63 | - |
| YUV | 43.09 | 109.89 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 29 | 11 | 0 | 0.65 | 0.87 | 0.67 | 15 | 0.77 | 0.18 |
| Hex | 53 | 1D | B | 0 | 41 | 57 | 43 | F | 4D | 12 |
| Octal | 123 | 35 | 13 | 0 | 101 | 127 | 103 | 17 | 115 | 22 |
| Binary | 1010011 | 11101 | 1011 | 0 | 1000001 | 1010111 | 1000011 | 1111 | 1001101 | 10010 |
Color Harmonies of #531D0B
Complementary color
Monochromatic Colors of #531D0B
Black with #531D0B
Text Example
Text Example
White with #531D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531D0B; }
p { color: rgb(83,29,11); }
H1.HeaderClassName
{
color: #531D0B;
}
.AnyTagClassName
{
color: #531D0B;
}
</style>
background-color css
<style>
a { background-color: #531D0B; }
a { background-color: rgb(83,29,11); }
div.DivClassName
{
background-color: #531D0B;
}
.BgClassName
{
background-color: #531D0B;
}
</style>
border-color css
<style>
span { border-color: #531D0B; }
span { border-color: rgb(83,29,11); }
td.TdClassName
{
border-color: #531D0B;
}
.TagClassName
{
border-color: #531D0B;
}
</style>