Shades of Heath #50292E
Tints of Heath #50292E
RGB
CMYK
RGB Variations
Color information
#50292E (or 0x50292E) is known color: Heath. HEX triplet: 50, 29 and 2E. RGB value is (80,41,46). Sum of RGB (Red+Green+Blue) = 80+41+46=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #50292E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50292E is #AFD6D1. Grayscale: #353535. Windows color (decimal): -11523794 or 3025232. OLE color: 3025232.
HSL color Cylindrical-coordinate representation of color #50292E: hue angle of 352.31º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50292E is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 41 | 46 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.69 |
| HSL | 352.31º | 0.32% | 0.24% | - |
| HSV(B) | 352.31º | 0.49% | 0.31% | - |
| XYZ | 4.59 | 3.49 | 3.02 | - |
| YUV | 53.23 | 123.92 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 41 | 46 | 0 | 0.49 | 0.42 | 0.69 | 352.31 | 0.32 | 0.24 |
| Hex | 50 | 29 | 2E | 0 | 31 | 2A | 45 | 160 | 20 | 18 |
| Octal | 120 | 51 | 56 | 0 | 61 | 52 | 105 | 540 | 40 | 30 |
| Binary | 1010000 | 101001 | 101110 | 0 | 110001 | 101010 | 1000101 | 101100000 | 100000 | 11000 |
Color Harmonies of #50292E
Complementary color
Monochromatic Colors of #50292E
Black with #50292E
Text Example
Text Example
White with #50292E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50292E; }
p { color: rgb(80,41,46); }
H1.HeaderClassName
{
color: #50292E;
}
.AnyTagClassName
{
color: #50292E;
}
</style>
background-color css
<style>
a { background-color: #50292E; }
a { background-color: rgb(80,41,46); }
div.DivClassName
{
background-color: #50292E;
}
.BgClassName
{
background-color: #50292E;
}
</style>
border-color css
<style>
span { border-color: #50292E; }
span { border-color: rgb(80,41,46); }
td.TdClassName
{
border-color: #50292E;
}
.TagClassName
{
border-color: #50292E;
}
</style>