Shades of Wine Berry #4F333D
Tints of Wine Berry #4F333D
RGB
CMYK
RGB Variations
Color information
#4F333D (or 0x4F333D) is known color: Wine Berry. HEX triplet: 4F, 33 and 3D. RGB value is (79,51,61). Sum of RGB (Red+Green+Blue) = 79+51+61=191 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.36% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 79 - color contains mainly: red. Hex color #4F333D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F333D is #B0CCC2. Grayscale: #3C3C3C. Windows color (decimal): -11586755 or 4010831. OLE color: 4010831.
HSL color Cylindrical-coordinate representation of color #4F333D: hue angle of 338.57º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4F333D is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 51 | 61 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.69 |
| HSL | 338.57º | 0.22% | 0.25% | - |
| HSV(B) | 338.57º | 0.35% | 0.31% | - |
| XYZ | 5.25 | 4.37 | 4.98 | - |
| YUV | 60.51 | 128.28 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 51 | 61 | 0 | 0.35 | 0.23 | 0.69 | 338.57 | 0.22 | 0.25 |
| Hex | 4F | 33 | 3D | 0 | 23 | 17 | 45 | 153 | 16 | 19 |
| Octal | 117 | 63 | 75 | 0 | 43 | 27 | 105 | 523 | 26 | 31 |
| Binary | 1001111 | 110011 | 111101 | 0 | 100011 | 10111 | 1000101 | 101010011 | 10110 | 11001 |
Color Harmonies of #4F333D
Complementary color
Monochromatic Colors of #4F333D
Black with #4F333D
Text Example
Text Example
White with #4F333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F333D; }
p { color: rgb(79,51,61); }
H1.HeaderClassName
{
color: #4F333D;
}
.AnyTagClassName
{
color: #4F333D;
}
</style>
background-color css
<style>
a { background-color: #4F333D; }
a { background-color: rgb(79,51,61); }
div.DivClassName
{
background-color: #4F333D;
}
.BgClassName
{
background-color: #4F333D;
}
</style>
border-color css
<style>
span { border-color: #4F333D; }
span { border-color: rgb(79,51,61); }
td.TdClassName
{
border-color: #4F333D;
}
.TagClassName
{
border-color: #4F333D;
}
</style>