Shades of Caput Mortuum #50281E
Tints of Caput Mortuum #50281E
RGB
CMYK
RGB Variations
Color information
#50281E (or 0x50281E) is known color: Caput Mortuum. HEX triplet: 50, 28 and 1E. RGB value is (80,40,30). Sum of RGB (Red+Green+Blue) = 80+40+30=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 40 (16.02% from 255 or 26.67% from 150); Blue value is 30 (12.11% from 255 or 20% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #50281E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50281E is #AFD7E1. Grayscale: #323232. Windows color (decimal): -11524066 or 1976400. OLE color: 1976400.
HSL color Cylindrical-coordinate representation of color #50281E: hue angle of 12º 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 #50281E is Cyan = 0, Magento = 0.5, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 40 | 30 | - |
| CMYK | 0 | 0.5 | 0.62 | 0.69 |
| HSL | 12º | 0.45% | 0.22% | - |
| HSV(B) | 12º | 0.63% | 0.31% | - |
| XYZ | 4.3 | 3.32 | 1.64 | - |
| YUV | 50.82 | 116.25 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 40 | 30 | 0 | 0.5 | 0.62 | 0.69 | 12 | 0.45 | 0.22 |
| Hex | 50 | 28 | 1E | 0 | 32 | 3E | 45 | C | 2D | 16 |
| Octal | 120 | 50 | 36 | 0 | 62 | 76 | 105 | 14 | 55 | 26 |
| Binary | 1010000 | 101000 | 11110 | 0 | 110010 | 111110 | 1000101 | 1100 | 101101 | 10110 |
Color Harmonies of #50281E
Complementary color
Monochromatic Colors of #50281E
Black with #50281E
Text Example
Text Example
White with #50281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50281E; }
p { color: rgb(80,40,30); }
H1.HeaderClassName
{
color: #50281E;
}
.AnyTagClassName
{
color: #50281E;
}
</style>
background-color css
<style>
a { background-color: #50281E; }
a { background-color: rgb(80,40,30); }
div.DivClassName
{
background-color: #50281E;
}
.BgClassName
{
background-color: #50281E;
}
</style>
border-color css
<style>
span { border-color: #50281E; }
span { border-color: rgb(80,40,30); }
td.TdClassName
{
border-color: #50281E;
}
.TagClassName
{
border-color: #50281E;
}
</style>