Shades of Heath #4F2D30
Tints of Heath #4F2D30
RGB
CMYK
RGB Variations
Color information
#4F2D30 (or 0x4F2D30) is known color: Heath. HEX triplet: 4F, 2D and 30. RGB value is (79,45,48). Sum of RGB (Red+Green+Blue) = 79+45+48=172 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.93% from 172); Green value is 45 (17.97% from 255 or 26.16% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2D30 is #B0D2CF. Grayscale: #373737. Windows color (decimal): -11588304 or 3157327. OLE color: 3157327.
HSL color Cylindrical-coordinate representation of color #4F2D30: hue angle of 354.71º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F2D30 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 45 | 48 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.69 |
| HSL | 354.71º | 0.27% | 0.24% | - |
| HSV(B) | 354.71º | 0.43% | 0.31% | - |
| XYZ | 4.7 | 3.75 | 3.27 | - |
| YUV | 55.51 | 123.76 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 45 | 48 | 0 | 0.43 | 0.39 | 0.69 | 354.71 | 0.27 | 0.24 |
| Hex | 4F | 2D | 30 | 0 | 2B | 27 | 45 | 163 | 1B | 18 |
| Octal | 117 | 55 | 60 | 0 | 53 | 47 | 105 | 543 | 33 | 30 |
| Binary | 1001111 | 101101 | 110000 | 0 | 101011 | 100111 | 1000101 | 101100011 | 11011 | 11000 |
Color Harmonies of #4F2D30
Complementary color
Monochromatic Colors of #4F2D30
Black with #4F2D30
Text Example
Text Example
White with #4F2D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2D30; }
p { color: rgb(79,45,48); }
H1.HeaderClassName
{
color: #4F2D30;
}
.AnyTagClassName
{
color: #4F2D30;
}
</style>
background-color css
<style>
a { background-color: #4F2D30; }
a { background-color: rgb(79,45,48); }
div.DivClassName
{
background-color: #4F2D30;
}
.BgClassName
{
background-color: #4F2D30;
}
</style>
border-color css
<style>
span { border-color: #4F2D30; }
span { border-color: rgb(79,45,48); }
td.TdClassName
{
border-color: #4F2D30;
}
.TagClassName
{
border-color: #4F2D30;
}
</style>