Shades of Caput Mortuum #50221B
Tints of Caput Mortuum #50221B
RGB
CMYK
RGB Variations
Color information
#50221B (or 0x50221B) is known color: Caput Mortuum. HEX triplet: 50, 22 and 1B. RGB value is (80,34,27). Sum of RGB (Red+Green+Blue) = 80+34+27=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #50221B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50221B is #AFDDE4. Grayscale: #2F2F2F. Windows color (decimal): -11525605 or 1778256. OLE color: 1778256.
HSL color Cylindrical-coordinate representation of color #50221B: hue angle of 7.92º 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 #50221B is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 34 | 27 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.69 |
| HSL | 7.92º | 0.5% | 0.21% | - |
| HSV(B) | 7.92º | 0.66% | 0.31% | - |
| XYZ | 4.08 | 2.93 | 1.39 | - |
| YUV | 46.96 | 116.74 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 34 | 27 | 0 | 0.58 | 0.66 | 0.69 | 7.92 | 0.5 | 0.21 |
| Hex | 50 | 22 | 1B | 0 | 3A | 42 | 45 | 8 | 32 | 15 |
| Octal | 120 | 42 | 33 | 0 | 72 | 102 | 105 | 10 | 62 | 25 |
| Binary | 1010000 | 100010 | 11011 | 0 | 111010 | 1000010 | 1000101 | 1000 | 110010 | 10101 |
Color Harmonies of #50221B
Complementary color
Monochromatic Colors of #50221B
Black with #50221B
Text Example
Text Example
White with #50221B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50221B; }
p { color: rgb(80,34,27); }
H1.HeaderClassName
{
color: #50221B;
}
.AnyTagClassName
{
color: #50221B;
}
</style>
background-color css
<style>
a { background-color: #50221B; }
a { background-color: rgb(80,34,27); }
div.DivClassName
{
background-color: #50221B;
}
.BgClassName
{
background-color: #50221B;
}
</style>
border-color css
<style>
span { border-color: #50221B; }
span { border-color: rgb(80,34,27); }
td.TdClassName
{
border-color: #50221B;
}
.TagClassName
{
border-color: #50221B;
}
</style>