Shades of Caput Mortuum #50261A
Tints of Caput Mortuum #50261A
RGB
CMYK
RGB Variations
Color information
#50261A (or 0x50261A) is known color: Caput Mortuum. HEX triplet: 50, 26 and 1A. RGB value is (80,38,26). Sum of RGB (Red+Green+Blue) = 80+38+26=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #50261A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50261A is #AFD9E5. Grayscale: #313131. Windows color (decimal): -11524582 or 1713744. OLE color: 1713744.
HSL color Cylindrical-coordinate representation of color #50261A: hue angle of 13.33º 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 #50261A is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 38 | 26 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.69 |
| HSL | 13.33º | 0.51% | 0.21% | - |
| HSV(B) | 13.33º | 0.68% | 0.31% | - |
| XYZ | 4.19 | 3.17 | 1.37 | - |
| YUV | 49.19 | 114.91 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 38 | 26 | 0 | 0.52 | 0.67 | 0.69 | 13.33 | 0.51 | 0.21 |
| Hex | 50 | 26 | 1A | 0 | 34 | 43 | 45 | D | 33 | 15 |
| Octal | 120 | 46 | 32 | 0 | 64 | 103 | 105 | 15 | 63 | 25 |
| Binary | 1010000 | 100110 | 11010 | 0 | 110100 | 1000011 | 1000101 | 1101 | 110011 | 10101 |
Color Harmonies of #50261A
Complementary color
Monochromatic Colors of #50261A
Black with #50261A
Text Example
Text Example
White with #50261A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50261A; }
p { color: rgb(80,38,26); }
H1.HeaderClassName
{
color: #50261A;
}
.AnyTagClassName
{
color: #50261A;
}
</style>
background-color css
<style>
a { background-color: #50261A; }
a { background-color: rgb(80,38,26); }
div.DivClassName
{
background-color: #50261A;
}
.BgClassName
{
background-color: #50261A;
}
</style>
border-color css
<style>
span { border-color: #50261A; }
span { border-color: rgb(80,38,26); }
td.TdClassName
{
border-color: #50261A;
}
.TagClassName
{
border-color: #50261A;
}
</style>