Shades of Caput Mortuum #50281F
Tints of Caput Mortuum #50281F
RGB
CMYK
RGB Variations
Color information
#50281F (or 0x50281F) is known color: Caput Mortuum. HEX triplet: 50, 28 and 1F. RGB value is (80,40,31). Sum of RGB (Red+Green+Blue) = 80+40+31=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #50281F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50281F is #AFD7E0. Grayscale: #333333. Windows color (decimal): -11524065 or 2041936. OLE color: 2041936.
HSL color Cylindrical-coordinate representation of color #50281F: hue angle of 11.02º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50281F is Cyan = 0, Magento = 0.5, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 40 | 31 | - |
| CMYK | 0 | 0.5 | 0.61 | 0.69 |
| HSL | 11.02º | 0.44% | 0.22% | - |
| HSV(B) | 11.02º | 0.61% | 0.31% | - |
| XYZ | 4.31 | 3.32 | 1.71 | - |
| YUV | 50.93 | 116.75 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 40 | 31 | 0 | 0.5 | 0.61 | 0.69 | 11.02 | 0.44 | 0.22 |
| Hex | 50 | 28 | 1F | 0 | 32 | 3D | 45 | B | 2C | 16 |
| Octal | 120 | 50 | 37 | 0 | 62 | 75 | 105 | 13 | 54 | 26 |
| Binary | 1010000 | 101000 | 11111 | 0 | 110010 | 111101 | 1000101 | 1011 | 101100 | 10110 |
Color Harmonies of #50281F
Complementary color
Monochromatic Colors of #50281F
Black with #50281F
Text Example
Text Example
White with #50281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50281F; }
p { color: rgb(80,40,31); }
H1.HeaderClassName
{
color: #50281F;
}
.AnyTagClassName
{
color: #50281F;
}
</style>
background-color css
<style>
a { background-color: #50281F; }
a { background-color: rgb(80,40,31); }
div.DivClassName
{
background-color: #50281F;
}
.BgClassName
{
background-color: #50281F;
}
</style>
border-color css
<style>
span { border-color: #50281F; }
span { border-color: rgb(80,40,31); }
td.TdClassName
{
border-color: #50281F;
}
.TagClassName
{
border-color: #50281F;
}
</style>