Shades of Caput Mortuum #50241C
Tints of Caput Mortuum #50241C
RGB
CMYK
RGB Variations
Color information
#50241C (or 0x50241C) is known color: Caput Mortuum. HEX triplet: 50, 24 and 1C. RGB value is (80,36,28). Sum of RGB (Red+Green+Blue) = 80+36+28=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #50241C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50241C is #AFDBE3. Grayscale: #303030. Windows color (decimal): -11525092 or 1844304. OLE color: 1844304.
HSL color Cylindrical-coordinate representation of color #50241C: hue angle of 9.23º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50241C is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 36 | 28 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.69 |
| HSL | 9.23º | 0.48% | 0.21% | - |
| HSV(B) | 9.23º | 0.65% | 0.31% | - |
| XYZ | 4.15 | 3.05 | 1.47 | - |
| YUV | 48.24 | 116.58 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 36 | 28 | 0 | 0.55 | 0.65 | 0.69 | 9.23 | 0.48 | 0.21 |
| Hex | 50 | 24 | 1C | 0 | 37 | 41 | 45 | 9 | 30 | 15 |
| Octal | 120 | 44 | 34 | 0 | 67 | 101 | 105 | 11 | 60 | 25 |
| Binary | 1010000 | 100100 | 11100 | 0 | 110111 | 1000001 | 1000101 | 1001 | 110000 | 10101 |
Color Harmonies of #50241C
Complementary color
Monochromatic Colors of #50241C
Black with #50241C
Text Example
Text Example
White with #50241C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50241C; }
p { color: rgb(80,36,28); }
H1.HeaderClassName
{
color: #50241C;
}
.AnyTagClassName
{
color: #50241C;
}
</style>
background-color css
<style>
a { background-color: #50241C; }
a { background-color: rgb(80,36,28); }
div.DivClassName
{
background-color: #50241C;
}
.BgClassName
{
background-color: #50241C;
}
</style>
border-color css
<style>
span { border-color: #50241C; }
span { border-color: rgb(80,36,28); }
td.TdClassName
{
border-color: #50241C;
}
.TagClassName
{
border-color: #50241C;
}
</style>