Shades of Caput Mortuum #50241F
Tints of Caput Mortuum #50241F
RGB
CMYK
RGB Variations
Color information
#50241F (or 0x50241F) is known color: Caput Mortuum. HEX triplet: 50, 24 and 1F. RGB value is (80,36,31). Sum of RGB (Red+Green+Blue) = 80+36+31=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #50241F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50241F is #AFDBE0. Grayscale: #303030. Windows color (decimal): -11525089 or 2040912. OLE color: 2040912.
HSL color Cylindrical-coordinate representation of color #50241F: hue angle of 6.12º 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 #50241F is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 36 | 31 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.69 |
| HSL | 6.12º | 0.44% | 0.22% | - |
| HSV(B) | 6.12º | 0.61% | 0.31% | - |
| XYZ | 4.19 | 3.07 | 1.67 | - |
| YUV | 48.59 | 118.08 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 36 | 31 | 0 | 0.55 | 0.61 | 0.69 | 6.12 | 0.44 | 0.22 |
| Hex | 50 | 24 | 1F | 0 | 37 | 3D | 45 | 6 | 2C | 16 |
| Octal | 120 | 44 | 37 | 0 | 67 | 75 | 105 | 6 | 54 | 26 |
| Binary | 1010000 | 100100 | 11111 | 0 | 110111 | 111101 | 1000101 | 110 | 101100 | 10110 |
Color Harmonies of #50241F
Complementary color
Monochromatic Colors of #50241F
Black with #50241F
Text Example
Text Example
White with #50241F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50241F; }
p { color: rgb(80,36,31); }
H1.HeaderClassName
{
color: #50241F;
}
.AnyTagClassName
{
color: #50241F;
}
</style>
background-color css
<style>
a { background-color: #50241F; }
a { background-color: rgb(80,36,31); }
div.DivClassName
{
background-color: #50241F;
}
.BgClassName
{
background-color: #50241F;
}
</style>
border-color css
<style>
span { border-color: #50241F; }
span { border-color: rgb(80,36,31); }
td.TdClassName
{
border-color: #50241F;
}
.TagClassName
{
border-color: #50241F;
}
</style>