Shades of Caput Mortuum #502721
Tints of Caput Mortuum #502721
RGB
CMYK
RGB Variations
Color information
#502721 (or 0x502721) is known color: Caput Mortuum. HEX triplet: 50, 27 and 21. RGB value is (80,39,33). Sum of RGB (Red+Green+Blue) = 80+39+33=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #502721 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502721 is #AFD8DE. Grayscale: #323232. Windows color (decimal): -11524319 or 2172752. OLE color: 2172752.
HSL color Cylindrical-coordinate representation of color #502721: hue angle of 7.66º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #502721 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 39 | 33 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.69 |
| HSL | 7.66º | 0.42% | 0.22% | - |
| HSV(B) | 7.66º | 0.59% | 0.31% | - |
| XYZ | 4.31 | 3.27 | 1.84 | - |
| YUV | 50.58 | 118.08 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 39 | 33 | 0 | 0.51 | 0.59 | 0.69 | 7.66 | 0.42 | 0.22 |
| Hex | 50 | 27 | 21 | 0 | 33 | 3B | 45 | 8 | 2A | 16 |
| Octal | 120 | 47 | 41 | 0 | 63 | 73 | 105 | 10 | 52 | 26 |
| Binary | 1010000 | 100111 | 100001 | 0 | 110011 | 111011 | 1000101 | 1000 | 101010 | 10110 |
Color Harmonies of #502721
Complementary color
Monochromatic Colors of #502721
Black with #502721
Text Example
Text Example
White with #502721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502721; }
p { color: rgb(80,39,33); }
H1.HeaderClassName
{
color: #502721;
}
.AnyTagClassName
{
color: #502721;
}
</style>
background-color css
<style>
a { background-color: #502721; }
a { background-color: rgb(80,39,33); }
div.DivClassName
{
background-color: #502721;
}
.BgClassName
{
background-color: #502721;
}
</style>
border-color css
<style>
span { border-color: #502721; }
span { border-color: rgb(80,39,33); }
td.TdClassName
{
border-color: #502721;
}
.TagClassName
{
border-color: #502721;
}
</style>