Shades of Caput Mortuum #50291E
Tints of Caput Mortuum #50291E
RGB
CMYK
RGB Variations
Color information
#50291E (or 0x50291E) is known color: Caput Mortuum. HEX triplet: 50, 29 and 1E. RGB value is (80,41,30). Sum of RGB (Red+Green+Blue) = 80+41+30=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 41 (16.41% from 255 or 27.15% from 151); Blue value is 30 (12.11% from 255 or 19.87% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #50291E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50291E is #AFD6E1. Grayscale: #333333. Windows color (decimal): -11523810 or 1976656. OLE color: 1976656.
HSL color Cylindrical-coordinate representation of color #50291E: hue angle of 13.2º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50291E is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 41 | 30 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.69 |
| HSL | 13.2º | 0.45% | 0.22% | - |
| HSV(B) | 13.2º | 0.63% | 0.31% | - |
| XYZ | 4.34 | 3.39 | 1.65 | - |
| YUV | 51.41 | 115.92 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 41 | 30 | 0 | 0.49 | 0.62 | 0.69 | 13.2 | 0.45 | 0.22 |
| Hex | 50 | 29 | 1E | 0 | 31 | 3E | 45 | D | 2D | 16 |
| Octal | 120 | 51 | 36 | 0 | 61 | 76 | 105 | 15 | 55 | 26 |
| Binary | 1010000 | 101001 | 11110 | 0 | 110001 | 111110 | 1000101 | 1101 | 101101 | 10110 |
Color Harmonies of #50291E
Complementary color
Monochromatic Colors of #50291E
Black with #50291E
Text Example
Text Example
White with #50291E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50291E; }
p { color: rgb(80,41,30); }
H1.HeaderClassName
{
color: #50291E;
}
.AnyTagClassName
{
color: #50291E;
}
</style>
background-color css
<style>
a { background-color: #50291E; }
a { background-color: rgb(80,41,30); }
div.DivClassName
{
background-color: #50291E;
}
.BgClassName
{
background-color: #50291E;
}
</style>
border-color css
<style>
span { border-color: #50291E; }
span { border-color: rgb(80,41,30); }
td.TdClassName
{
border-color: #50291E;
}
.TagClassName
{
border-color: #50291E;
}
</style>