Shades of Caput Mortuum #532019
Tints of Caput Mortuum #532019
RGB
CMYK
RGB Variations
Color information
#532019 (or 0x532019) is known color: Caput Mortuum. HEX triplet: 53, 20 and 19. RGB value is (83,32,25). Sum of RGB (Red+Green+Blue) = 83+32+25=140 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.29% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 83 - color contains mainly: red. Hex color #532019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532019 is #ACDFE6. Grayscale: #2E2E2E. Windows color (decimal): -11329511 or 1646675. OLE color: 1646675.
HSL color Cylindrical-coordinate representation of color #532019: hue angle of 7.24º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #532019 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 32 | 25 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.67 |
| HSL | 7.24º | 0.54% | 0.21% | - |
| HSV(B) | 7.24º | 0.7% | 0.33% | - |
| XYZ | 4.26 | 2.94 | 1.26 | - |
| YUV | 46.45 | 115.9 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 32 | 25 | 0 | 0.61 | 0.70 | 0.67 | 7.24 | 0.54 | 0.21 |
| Hex | 53 | 20 | 19 | 0 | 3D | 46 | 43 | 7 | 36 | 15 |
| Octal | 123 | 40 | 31 | 0 | 75 | 106 | 103 | 7 | 66 | 25 |
| Binary | 1010011 | 100000 | 11001 | 0 | 111101 | 1000110 | 1000011 | 111 | 110110 | 10101 |
Color Harmonies of #532019
Complementary color
Monochromatic Colors of #532019
Black with #532019
Text Example
Text Example
White with #532019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532019; }
p { color: rgb(83,32,25); }
H1.HeaderClassName
{
color: #532019;
}
.AnyTagClassName
{
color: #532019;
}
</style>
background-color css
<style>
a { background-color: #532019; }
a { background-color: rgb(83,32,25); }
div.DivClassName
{
background-color: #532019;
}
.BgClassName
{
background-color: #532019;
}
</style>
border-color css
<style>
span { border-color: #532019; }
span { border-color: rgb(83,32,25); }
td.TdClassName
{
border-color: #532019;
}
.TagClassName
{
border-color: #532019;
}
</style>