Shades of Caput Mortuum #472020
Tints of Caput Mortuum #472020
RGB
CMYK
RGB Variations
Color information
#472020 (or 0x472020) is known color: Caput Mortuum. HEX triplet: 47, 20 and 20. RGB value is (71,32,32). Sum of RGB (Red+Green+Blue) = 71+32+32=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #472020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472020 is #B8DFDF. Grayscale: #2B2B2B. Windows color (decimal): -12115936 or 2105415. OLE color: 2105415.
HSL color Cylindrical-coordinate representation of color #472020: hue angle of 0º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #472020 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 32 | 32 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.72 |
| HSL | 0º | 0.38% | 0.2% | - |
| HSV(B) | 0º | 0.55% | 0.28% | - |
| XYZ | 3.38 | 2.48 | 1.67 | - |
| YUV | 43.66 | 121.42 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 32 | 32 | 0 | 0.55 | 0.55 | 0.72 | 0 | 0.38 | 0.2 |
| Hex | 47 | 20 | 20 | 0 | 37 | 37 | 48 | 0 | 26 | 14 |
| Octal | 107 | 40 | 40 | 0 | 67 | 67 | 110 | 0 | 46 | 24 |
| Binary | 1000111 | 100000 | 100000 | 0 | 110111 | 110111 | 1001000 | 0 | 100110 | 10100 |
Color Harmonies of #472020
Complementary color
Monochromatic Colors of #472020
Black with #472020
Text Example
Text Example
White with #472020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472020; }
p { color: rgb(71,32,32); }
H1.HeaderClassName
{
color: #472020;
}
.AnyTagClassName
{
color: #472020;
}
</style>
background-color css
<style>
a { background-color: #472020; }
a { background-color: rgb(71,32,32); }
div.DivClassName
{
background-color: #472020;
}
.BgClassName
{
background-color: #472020;
}
</style>
border-color css
<style>
span { border-color: #472020; }
span { border-color: rgb(71,32,32); }
td.TdClassName
{
border-color: #472020;
}
.TagClassName
{
border-color: #472020;
}
</style>