Shades of Wine Berry #4F2D34
Tints of Wine Berry #4F2D34
RGB
CMYK
RGB Variations
Color information
#4F2D34 (or 0x4F2D34) is known color: Wine Berry. HEX triplet: 4F, 2D and 34. RGB value is (79,45,52). Sum of RGB (Red+Green+Blue) = 79+45+52=176 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.89% from 176); Green value is 45 (17.97% from 255 or 25.57% from 176); Blue value is 52 (20.70% from 255 or 29.55% from 176); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2D34 is #B0D2CB. Grayscale: #373737. Windows color (decimal): -11588300 or 3419471. OLE color: 3419471.
HSL color Cylindrical-coordinate representation of color #4F2D34: hue angle of 347.65º 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 #4F2D34 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 45 | 52 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.69 |
| HSL | 347.65º | 0.27% | 0.24% | - |
| HSV(B) | 347.65º | 0.43% | 0.31% | - |
| XYZ | 4.78 | 3.79 | 3.73 | - |
| YUV | 55.96 | 125.76 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 45 | 52 | 0 | 0.43 | 0.34 | 0.69 | 347.65 | 0.27 | 0.24 |
| Hex | 4F | 2D | 34 | 0 | 2B | 22 | 45 | 15C | 1B | 18 |
| Octal | 117 | 55 | 64 | 0 | 53 | 42 | 105 | 534 | 33 | 30 |
| Binary | 1001111 | 101101 | 110100 | 0 | 101011 | 100010 | 1000101 | 101011100 | 11011 | 11000 |
Color Harmonies of #4F2D34
Complementary color
Monochromatic Colors of #4F2D34
Black with #4F2D34
Text Example
Text Example
White with #4F2D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2D34; }
p { color: rgb(79,45,52); }
H1.HeaderClassName
{
color: #4F2D34;
}
.AnyTagClassName
{
color: #4F2D34;
}
</style>
background-color css
<style>
a { background-color: #4F2D34; }
a { background-color: rgb(79,45,52); }
div.DivClassName
{
background-color: #4F2D34;
}
.BgClassName
{
background-color: #4F2D34;
}
</style>
border-color css
<style>
span { border-color: #4F2D34; }
span { border-color: rgb(79,45,52); }
td.TdClassName
{
border-color: #4F2D34;
}
.TagClassName
{
border-color: #4F2D34;
}
</style>