Shades of Heath #50242B
Tints of Heath #50242B
RGB
CMYK
RGB Variations
Color information
#50242B (or 0x50242B) is known color: Heath. HEX triplet: 50, 24 and 2B. RGB value is (80,36,43). Sum of RGB (Red+Green+Blue) = 80+36+43=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #50242B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50242B is #AFDBD4. Grayscale: #313131. Windows color (decimal): -11525077 or 2827344. OLE color: 2827344.
HSL color Cylindrical-coordinate representation of color #50242B: hue angle of 350.45º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50242B is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 36 | 43 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.69 |
| HSL | 350.45º | 0.38% | 0.23% | - |
| HSV(B) | 350.45º | 0.55% | 0.31% | - |
| XYZ | 4.38 | 3.14 | 2.66 | - |
| YUV | 49.95 | 124.08 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 36 | 43 | 0 | 0.55 | 0.46 | 0.69 | 350.45 | 0.38 | 0.23 |
| Hex | 50 | 24 | 2B | 0 | 37 | 2E | 45 | 15E | 26 | 17 |
| Octal | 120 | 44 | 53 | 0 | 67 | 56 | 105 | 536 | 46 | 27 |
| Binary | 1010000 | 100100 | 101011 | 0 | 110111 | 101110 | 1000101 | 101011110 | 100110 | 10111 |
Color Harmonies of #50242B
Complementary color
Monochromatic Colors of #50242B
Black with #50242B
Text Example
Text Example
White with #50242B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50242B; }
p { color: rgb(80,36,43); }
H1.HeaderClassName
{
color: #50242B;
}
.AnyTagClassName
{
color: #50242B;
}
</style>
background-color css
<style>
a { background-color: #50242B; }
a { background-color: rgb(80,36,43); }
div.DivClassName
{
background-color: #50242B;
}
.BgClassName
{
background-color: #50242B;
}
</style>
border-color css
<style>
span { border-color: #50242B; }
span { border-color: rgb(80,36,43); }
td.TdClassName
{
border-color: #50242B;
}
.TagClassName
{
border-color: #50242B;
}
</style>