Shades of Caput Mortuum #50241B
Tints of Caput Mortuum #50241B
RGB
CMYK
RGB Variations
Color information
#50241B (or 0x50241B) is known color: Caput Mortuum. HEX triplet: 50, 24 and 1B. RGB value is (80,36,27). Sum of RGB (Red+Green+Blue) = 80+36+27=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 27 (10.94% from 255 or 18.88% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #50241B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50241B is #AFDBE4. Grayscale: #303030. Windows color (decimal): -11525093 or 1778768. OLE color: 1778768.
HSL color Cylindrical-coordinate representation of color #50241B: hue angle of 10.19º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50241B is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 36 | 27 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.69 |
| HSL | 10.19º | 0.5% | 0.21% | - |
| HSV(B) | 10.19º | 0.66% | 0.31% | - |
| XYZ | 4.14 | 3.05 | 1.41 | - |
| YUV | 48.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 36 | 27 | 0 | 0.55 | 0.66 | 0.69 | 10.19 | 0.5 | 0.21 |
| Hex | 50 | 24 | 1B | 0 | 37 | 42 | 45 | A | 32 | 15 |
| Octal | 120 | 44 | 33 | 0 | 67 | 102 | 105 | 12 | 62 | 25 |
| Binary | 1010000 | 100100 | 11011 | 0 | 110111 | 1000010 | 1000101 | 1010 | 110010 | 10101 |
Color Harmonies of #50241B
Complementary color
Monochromatic Colors of #50241B
Black with #50241B
Text Example
Text Example
White with #50241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50241B; }
p { color: rgb(80,36,27); }
H1.HeaderClassName
{
color: #50241B;
}
.AnyTagClassName
{
color: #50241B;
}
</style>
background-color css
<style>
a { background-color: #50241B; }
a { background-color: rgb(80,36,27); }
div.DivClassName
{
background-color: #50241B;
}
.BgClassName
{
background-color: #50241B;
}
</style>
border-color css
<style>
span { border-color: #50241B; }
span { border-color: rgb(80,36,27); }
td.TdClassName
{
border-color: #50241B;
}
.TagClassName
{
border-color: #50241B;
}
</style>