Shades of Wine Berry #4F353B
Tints of Wine Berry #4F353B
RGB
CMYK
RGB Variations
Color information
#4F353B (or 0x4F353B) is known color: Wine Berry. HEX triplet: 4F, 35 and 3B. RGB value is (79,53,59). Sum of RGB (Red+Green+Blue) = 79+53+59=191 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.36% from 191); Green value is 53 (21.09% from 255 or 27.75% from 191); Blue value is 59 (23.44% from 255 or 30.89% from 191); Max value from RGB is 79 - color contains mainly: red. Hex color #4F353B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F353B is #B0CAC4. Grayscale: #3D3D3D. Windows color (decimal): -11586245 or 3880271. OLE color: 3880271.
HSL color Cylindrical-coordinate representation of color #4F353B: hue angle of 346.15º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4F353B is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 53 | 59 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.69 |
| HSL | 346.15º | 0.2% | 0.26% | - |
| HSV(B) | 346.15º | 0.33% | 0.31% | - |
| XYZ | 5.29 | 4.52 | 4.73 | - |
| YUV | 61.46 | 126.61 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 53 | 59 | 0 | 0.33 | 0.25 | 0.69 | 346.15 | 0.2 | 0.26 |
| Hex | 4F | 35 | 3B | 0 | 21 | 19 | 45 | 15A | 14 | 1A |
| Octal | 117 | 65 | 73 | 0 | 41 | 31 | 105 | 532 | 24 | 32 |
| Binary | 1001111 | 110101 | 111011 | 0 | 100001 | 11001 | 1000101 | 101011010 | 10100 | 11010 |
Color Harmonies of #4F353B
Complementary color
Monochromatic Colors of #4F353B
Black with #4F353B
Text Example
Text Example
White with #4F353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F353B; }
p { color: rgb(79,53,59); }
H1.HeaderClassName
{
color: #4F353B;
}
.AnyTagClassName
{
color: #4F353B;
}
</style>
background-color css
<style>
a { background-color: #4F353B; }
a { background-color: rgb(79,53,59); }
div.DivClassName
{
background-color: #4F353B;
}
.BgClassName
{
background-color: #4F353B;
}
</style>
border-color css
<style>
span { border-color: #4F353B; }
span { border-color: rgb(79,53,59); }
td.TdClassName
{
border-color: #4F353B;
}
.TagClassName
{
border-color: #4F353B;
}
</style>