Shades of Heath #502F31
Tints of Heath #502F31
RGB
CMYK
RGB Variations
Color information
#502F31 (or 0x502F31) is known color: Heath. HEX triplet: 50, 2F and 31. RGB value is (80,47,49). Sum of RGB (Red+Green+Blue) = 80+47+49=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 47 (18.75% from 255 or 26.70% from 176); Blue value is 49 (19.53% from 255 or 27.84% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #502F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502F31 is #AFD0CE. Grayscale: #393939. Windows color (decimal): -11522255 or 3223376. OLE color: 3223376.
HSL color Cylindrical-coordinate representation of color #502F31: hue angle of 356.36º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #502F31 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 47 | 49 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.69 |
| HSL | 356.36º | 0.26% | 0.25% | - |
| HSV(B) | 356.36º | 0.41% | 0.31% | - |
| XYZ | 4.88 | 3.96 | 3.41 | - |
| YUV | 57.1 | 123.43 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 49 | 0 | 0.41 | 0.39 | 0.69 | 356.36 | 0.26 | 0.25 |
| Hex | 50 | 2F | 31 | 0 | 29 | 27 | 45 | 164 | 1A | 19 |
| Octal | 120 | 57 | 61 | 0 | 51 | 47 | 105 | 544 | 32 | 31 |
| Binary | 1010000 | 101111 | 110001 | 0 | 101001 | 100111 | 1000101 | 101100100 | 11010 | 11001 |
Color Harmonies of #502F31
Complementary color
Monochromatic Colors of #502F31
Black with #502F31
Text Example
Text Example
White with #502F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502F31; }
p { color: rgb(80,47,49); }
H1.HeaderClassName
{
color: #502F31;
}
.AnyTagClassName
{
color: #502F31;
}
</style>
background-color css
<style>
a { background-color: #502F31; }
a { background-color: rgb(80,47,49); }
div.DivClassName
{
background-color: #502F31;
}
.BgClassName
{
background-color: #502F31;
}
</style>
border-color css
<style>
span { border-color: #502F31; }
span { border-color: rgb(80,47,49); }
td.TdClassName
{
border-color: #502F31;
}
.TagClassName
{
border-color: #502F31;
}
</style>