Shades of Heath #4F292B
Tints of Heath #4F292B
RGB
CMYK
RGB Variations
Color information
#4F292B (or 0x4F292B) is known color: Heath. HEX triplet: 4F, 29 and 2B. RGB value is (79,41,43). Sum of RGB (Red+Green+Blue) = 79+41+43=163 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.47% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 79 - color contains mainly: red. Hex color #4F292B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F292B is #B0D6D4. Grayscale: #343434. Windows color (decimal): -11589333 or 2828623. OLE color: 2828623.
HSL color Cylindrical-coordinate representation of color #4F292B: hue angle of 356.84º degrees, saturation: 0.32, 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 #4F292B is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 41 | 43 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.69 |
| HSL | 356.84º | 0.32% | 0.24% | - |
| HSV(B) | 356.84º | 0.48% | 0.31% | - |
| XYZ | 4.45 | 3.42 | 2.71 | - |
| YUV | 52.59 | 122.59 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 41 | 43 | 0 | 0.48 | 0.46 | 0.69 | 356.84 | 0.32 | 0.24 |
| Hex | 4F | 29 | 2B | 0 | 30 | 2E | 45 | 165 | 20 | 18 |
| Octal | 117 | 51 | 53 | 0 | 60 | 56 | 105 | 545 | 40 | 30 |
| Binary | 1001111 | 101001 | 101011 | 0 | 110000 | 101110 | 1000101 | 101100101 | 100000 | 11000 |
Color Harmonies of #4F292B
Complementary color
Monochromatic Colors of #4F292B
Black with #4F292B
Text Example
Text Example
White with #4F292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F292B; }
p { color: rgb(79,41,43); }
H1.HeaderClassName
{
color: #4F292B;
}
.AnyTagClassName
{
color: #4F292B;
}
</style>
background-color css
<style>
a { background-color: #4F292B; }
a { background-color: rgb(79,41,43); }
div.DivClassName
{
background-color: #4F292B;
}
.BgClassName
{
background-color: #4F292B;
}
</style>
border-color css
<style>
span { border-color: #4F292B; }
span { border-color: rgb(79,41,43); }
td.TdClassName
{
border-color: #4F292B;
}
.TagClassName
{
border-color: #4F292B;
}
</style>