Shades of Heath #50262C
Tints of Heath #50262C
RGB
CMYK
RGB Variations
Color information
#50262C (or 0x50262C) is known color: Heath. HEX triplet: 50, 26 and 2C. RGB value is (80,38,44). Sum of RGB (Red+Green+Blue) = 80+38+44=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 44 (17.58% from 255 or 27.16% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #50262C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50262C is #AFD9D3. Grayscale: #333333. Windows color (decimal): -11524564 or 2893392. OLE color: 2893392.
HSL color Cylindrical-coordinate representation of color #50262C: hue angle of 351.43º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50262C is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 38 | 44 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.69 |
| HSL | 351.43º | 0.36% | 0.23% | - |
| HSV(B) | 351.43º | 0.53% | 0.31% | - |
| XYZ | 4.46 | 3.27 | 2.78 | - |
| YUV | 51.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 38 | 44 | 0 | 0.52 | 0.45 | 0.69 | 351.43 | 0.36 | 0.23 |
| Hex | 50 | 26 | 2C | 0 | 34 | 2D | 45 | 15F | 24 | 17 |
| Octal | 120 | 46 | 54 | 0 | 64 | 55 | 105 | 537 | 44 | 27 |
| Binary | 1010000 | 100110 | 101100 | 0 | 110100 | 101101 | 1000101 | 101011111 | 100100 | 10111 |
Color Harmonies of #50262C
Complementary color
Monochromatic Colors of #50262C
Black with #50262C
Text Example
Text Example
White with #50262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50262C; }
p { color: rgb(80,38,44); }
H1.HeaderClassName
{
color: #50262C;
}
.AnyTagClassName
{
color: #50262C;
}
</style>
background-color css
<style>
a { background-color: #50262C; }
a { background-color: rgb(80,38,44); }
div.DivClassName
{
background-color: #50262C;
}
.BgClassName
{
background-color: #50262C;
}
</style>
border-color css
<style>
span { border-color: #50262C; }
span { border-color: rgb(80,38,44); }
td.TdClassName
{
border-color: #50262C;
}
.TagClassName
{
border-color: #50262C;
}
</style>