Shades of Heath #502F30
Tints of Heath #502F30
RGB
CMYK
RGB Variations
Color information
#502F30 (or 0x502F30) is known color: Heath. HEX triplet: 50, 2F and 30. RGB value is (80,47,48). Sum of RGB (Red+Green+Blue) = 80+47+48=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 47 (18.75% from 255 or 26.86% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #502F30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502F30 is #AFD0CF. Grayscale: #393939. Windows color (decimal): -11522256 or 3157840. OLE color: 3157840.
HSL color Cylindrical-coordinate representation of color #502F30: hue angle of 358.18º 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 #502F30 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 47 | 48 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.69 |
| HSL | 358.18º | 0.26% | 0.25% | - |
| HSV(B) | 358.18º | 0.41% | 0.31% | - |
| XYZ | 4.86 | 3.95 | 3.3 | - |
| YUV | 56.98 | 122.93 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 48 | 0 | 0.41 | 0.40 | 0.69 | 358.18 | 0.26 | 0.25 |
| Hex | 50 | 2F | 30 | 0 | 29 | 28 | 45 | 166 | 1A | 19 |
| Octal | 120 | 57 | 60 | 0 | 51 | 50 | 105 | 546 | 32 | 31 |
| Binary | 1010000 | 101111 | 110000 | 0 | 101001 | 101000 | 1000101 | 101100110 | 11010 | 11001 |
Color Harmonies of #502F30
Complementary color
Monochromatic Colors of #502F30
Black with #502F30
Text Example
Text Example
White with #502F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502F30; }
p { color: rgb(80,47,48); }
H1.HeaderClassName
{
color: #502F30;
}
.AnyTagClassName
{
color: #502F30;
}
</style>
background-color css
<style>
a { background-color: #502F30; }
a { background-color: rgb(80,47,48); }
div.DivClassName
{
background-color: #502F30;
}
.BgClassName
{
background-color: #502F30;
}
</style>
border-color css
<style>
span { border-color: #502F30; }
span { border-color: rgb(80,47,48); }
td.TdClassName
{
border-color: #502F30;
}
.TagClassName
{
border-color: #502F30;
}
</style>