Shades of Heath #502A2B
Tints of Heath #502A2B
RGB
CMYK
RGB Variations
Color information
#502A2B (or 0x502A2B) is known color: Heath. HEX triplet: 50, 2A and 2B. RGB value is (80,42,43). Sum of RGB (Red+Green+Blue) = 80+42+43=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 42 (16.80% from 255 or 25.45% from 165); Blue value is 43 (17.19% from 255 or 26.06% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #502A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502A2B is #AFD5D4. Grayscale: #353535. Windows color (decimal): -11523541 or 2828880. OLE color: 2828880.
HSL color Cylindrical-coordinate representation of color #502A2B: hue angle of 358.42º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #502A2B is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 42 | 43 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.69 |
| HSL | 358.42º | 0.31% | 0.24% | - |
| HSV(B) | 358.42º | 0.48% | 0.31% | - |
| XYZ | 4.57 | 3.54 | 2.73 | - |
| YUV | 53.48 | 122.09 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 42 | 43 | 0 | 0.48 | 0.46 | 0.69 | 358.42 | 0.31 | 0.24 |
| Hex | 50 | 2A | 2B | 0 | 30 | 2E | 45 | 166 | 1F | 18 |
| Octal | 120 | 52 | 53 | 0 | 60 | 56 | 105 | 546 | 37 | 30 |
| Binary | 1010000 | 101010 | 101011 | 0 | 110000 | 101110 | 1000101 | 101100110 | 11111 | 11000 |
Color Harmonies of #502A2B
Complementary color
Monochromatic Colors of #502A2B
Black with #502A2B
Text Example
Text Example
White with #502A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502A2B; }
p { color: rgb(80,42,43); }
H1.HeaderClassName
{
color: #502A2B;
}
.AnyTagClassName
{
color: #502A2B;
}
</style>
background-color css
<style>
a { background-color: #502A2B; }
a { background-color: rgb(80,42,43); }
div.DivClassName
{
background-color: #502A2B;
}
.BgClassName
{
background-color: #502A2B;
}
</style>
border-color css
<style>
span { border-color: #502A2B; }
span { border-color: rgb(80,42,43); }
td.TdClassName
{
border-color: #502A2B;
}
.TagClassName
{
border-color: #502A2B;
}
</style>