Shades of Caput Mortuum #50221A
Tints of Caput Mortuum #50221A
RGB
CMYK
RGB Variations
Color information
#50221A (or 0x50221A) is known color: Caput Mortuum. HEX triplet: 50, 22 and 1A. RGB value is (80,34,26). Sum of RGB (Red+Green+Blue) = 80+34+26=140 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.14% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 80 - color contains mainly: red. Hex color #50221A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50221A is #AFDDE5. Grayscale: #2E2E2E. Windows color (decimal): -11525606 or 1712720. OLE color: 1712720.
HSL color Cylindrical-coordinate representation of color #50221A: hue angle of 8.89º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50221A is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 34 | 26 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.69 |
| HSL | 8.89º | 0.51% | 0.21% | - |
| HSV(B) | 8.89º | 0.68% | 0.31% | - |
| XYZ | 4.07 | 2.92 | 1.33 | - |
| YUV | 46.84 | 116.24 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 34 | 26 | 0 | 0.58 | 0.67 | 0.69 | 8.89 | 0.51 | 0.21 |
| Hex | 50 | 22 | 1A | 0 | 3A | 43 | 45 | 9 | 33 | 15 |
| Octal | 120 | 42 | 32 | 0 | 72 | 103 | 105 | 11 | 63 | 25 |
| Binary | 1010000 | 100010 | 11010 | 0 | 111010 | 1000011 | 1000101 | 1001 | 110011 | 10101 |
Color Harmonies of #50221A
Complementary color
Monochromatic Colors of #50221A
Black with #50221A
Text Example
Text Example
White with #50221A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50221A; }
p { color: rgb(80,34,26); }
H1.HeaderClassName
{
color: #50221A;
}
.AnyTagClassName
{
color: #50221A;
}
</style>
background-color css
<style>
a { background-color: #50221A; }
a { background-color: rgb(80,34,26); }
div.DivClassName
{
background-color: #50221A;
}
.BgClassName
{
background-color: #50221A;
}
</style>
border-color css
<style>
span { border-color: #50221A; }
span { border-color: rgb(80,34,26); }
td.TdClassName
{
border-color: #50221A;
}
.TagClassName
{
border-color: #50221A;
}
</style>