Shades of Heath #502E2F
Tints of Heath #502E2F
RGB
CMYK
RGB Variations
Color information
#502E2F (or 0x502E2F) is known color: Heath. HEX triplet: 50, 2E and 2F. RGB value is (80,46,47). Sum of RGB (Red+Green+Blue) = 80+46+47=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 80 - color contains mainly: red. Hex color #502E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502E2F is #AFD1D0. Grayscale: #383838. Windows color (decimal): -11522513 or 3092048. OLE color: 3092048.
HSL color Cylindrical-coordinate representation of color #502E2F: hue angle of 358.24º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #502E2F is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 46 | 47 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.69 |
| HSL | 358.24º | 0.27% | 0.25% | - |
| HSV(B) | 358.24º | 0.43% | 0.31% | - |
| XYZ | 4.8 | 3.86 | 3.18 | - |
| YUV | 56.28 | 122.76 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 46 | 47 | 0 | 0.42 | 0.41 | 0.69 | 358.24 | 0.27 | 0.25 |
| Hex | 50 | 2E | 2F | 0 | 2A | 29 | 45 | 166 | 1B | 19 |
| Octal | 120 | 56 | 57 | 0 | 52 | 51 | 105 | 546 | 33 | 31 |
| Binary | 1010000 | 101110 | 101111 | 0 | 101010 | 101001 | 1000101 | 101100110 | 11011 | 11001 |
Color Harmonies of #502E2F
Complementary color
Monochromatic Colors of #502E2F
Black with #502E2F
Text Example
Text Example
White with #502E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502E2F; }
p { color: rgb(80,46,47); }
H1.HeaderClassName
{
color: #502E2F;
}
.AnyTagClassName
{
color: #502E2F;
}
</style>
background-color css
<style>
a { background-color: #502E2F; }
a { background-color: rgb(80,46,47); }
div.DivClassName
{
background-color: #502E2F;
}
.BgClassName
{
background-color: #502E2F;
}
</style>
border-color css
<style>
span { border-color: #502E2F; }
span { border-color: rgb(80,46,47); }
td.TdClassName
{
border-color: #502E2F;
}
.TagClassName
{
border-color: #502E2F;
}
</style>