Shades of Caput Mortuum #532013
Tints of Caput Mortuum #532013
RGB
CMYK
RGB Variations
Color information
#532013 (or 0x532013) is known color: Caput Mortuum. HEX triplet: 53, 20 and 13. RGB value is (83,32,19). Sum of RGB (Red+Green+Blue) = 83+32+19=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #532013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532013 is #ACDFEC. Grayscale: #2D2D2D. Windows color (decimal): -11329517 or 1253459. OLE color: 1253459.
HSL color Cylindrical-coordinate representation of color #532013: hue angle of 12.19º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #532013 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 32 | 19 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.67 |
| HSL | 12.19º | 0.63% | 0.2% | - |
| HSV(B) | 12.19º | 0.77% | 0.33% | - |
| XYZ | 4.2 | 2.92 | 0.96 | - |
| YUV | 45.77 | 112.9 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 32 | 19 | 0 | 0.61 | 0.77 | 0.67 | 12.19 | 0.63 | 0.2 |
| Hex | 53 | 20 | 13 | 0 | 3D | 4D | 43 | C | 3F | 14 |
| Octal | 123 | 40 | 23 | 0 | 75 | 115 | 103 | 14 | 77 | 24 |
| Binary | 1010011 | 100000 | 10011 | 0 | 111101 | 1001101 | 1000011 | 1100 | 111111 | 10100 |
Color Harmonies of #532013
Complementary color
Monochromatic Colors of #532013
Black with #532013
Text Example
Text Example
White with #532013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532013; }
p { color: rgb(83,32,19); }
H1.HeaderClassName
{
color: #532013;
}
.AnyTagClassName
{
color: #532013;
}
</style>
background-color css
<style>
a { background-color: #532013; }
a { background-color: rgb(83,32,19); }
div.DivClassName
{
background-color: #532013;
}
.BgClassName
{
background-color: #532013;
}
</style>
border-color css
<style>
span { border-color: #532013; }
span { border-color: rgb(83,32,19); }
td.TdClassName
{
border-color: #532013;
}
.TagClassName
{
border-color: #532013;
}
</style>