Shades of Heath #502B2C
Tints of Heath #502B2C
RGB
CMYK
RGB Variations
Color information
#502B2C (or 0x502B2C) is known color: Heath. HEX triplet: 50, 2B and 2C. RGB value is (80,43,44). Sum of RGB (Red+Green+Blue) = 80+43+44=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 43 (17.19% from 255 or 25.75% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #502B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502B2C is #AFD4D3. Grayscale: #363636. Windows color (decimal): -11523284 or 2894672. OLE color: 2894672.
HSL color Cylindrical-coordinate representation of color #502B2C: hue angle of 358.38º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #502B2C is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 43 | 44 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.69 |
| HSL | 358.38º | 0.3% | 0.24% | - |
| HSV(B) | 358.38º | 0.46% | 0.31% | - |
| XYZ | 4.63 | 3.62 | 2.84 | - |
| YUV | 54.18 | 122.26 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 43 | 44 | 0 | 0.46 | 0.45 | 0.69 | 358.38 | 0.3 | 0.24 |
| Hex | 50 | 2B | 2C | 0 | 2E | 2D | 45 | 166 | 1E | 18 |
| Octal | 120 | 53 | 54 | 0 | 56 | 55 | 105 | 546 | 36 | 30 |
| Binary | 1010000 | 101011 | 101100 | 0 | 101110 | 101101 | 1000101 | 101100110 | 11110 | 11000 |
Color Harmonies of #502B2C
Complementary color
Monochromatic Colors of #502B2C
Black with #502B2C
Text Example
Text Example
White with #502B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502B2C; }
p { color: rgb(80,43,44); }
H1.HeaderClassName
{
color: #502B2C;
}
.AnyTagClassName
{
color: #502B2C;
}
</style>
background-color css
<style>
a { background-color: #502B2C; }
a { background-color: rgb(80,43,44); }
div.DivClassName
{
background-color: #502B2C;
}
.BgClassName
{
background-color: #502B2C;
}
</style>
border-color css
<style>
span { border-color: #502B2C; }
span { border-color: rgb(80,43,44); }
td.TdClassName
{
border-color: #502B2C;
}
.TagClassName
{
border-color: #502B2C;
}
</style>