Shades of Wine Berry #4F313C
Tints of Wine Berry #4F313C
RGB
CMYK
RGB Variations
Color information
#4F313C (or 0x4F313C) is known color: Wine Berry. HEX triplet: 4F, 31 and 3C. RGB value is (79,49,60). Sum of RGB (Red+Green+Blue) = 79+49+60=188 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.02% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 79 - color contains mainly: red. Hex color #4F313C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F313C is #B0CEC3. Grayscale: #3B3B3B. Windows color (decimal): -11587268 or 3944783. OLE color: 3944783.
HSL color Cylindrical-coordinate representation of color #4F313C: hue angle of 338º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4F313C is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 49 | 60 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.69 |
| HSL | 338º | 0.23% | 0.25% | - |
| HSV(B) | 338º | 0.38% | 0.31% | - |
| XYZ | 5.14 | 4.19 | 4.81 | - |
| YUV | 59.22 | 128.44 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 49 | 60 | 0 | 0.38 | 0.24 | 0.69 | 338 | 0.23 | 0.25 |
| Hex | 4F | 31 | 3C | 0 | 26 | 18 | 45 | 152 | 17 | 19 |
| Octal | 117 | 61 | 74 | 0 | 46 | 30 | 105 | 522 | 27 | 31 |
| Binary | 1001111 | 110001 | 111100 | 0 | 100110 | 11000 | 1000101 | 101010010 | 10111 | 11001 |
Color Harmonies of #4F313C
Complementary color
Monochromatic Colors of #4F313C
Black with #4F313C
Text Example
Text Example
White with #4F313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F313C; }
p { color: rgb(79,49,60); }
H1.HeaderClassName
{
color: #4F313C;
}
.AnyTagClassName
{
color: #4F313C;
}
</style>
background-color css
<style>
a { background-color: #4F313C; }
a { background-color: rgb(79,49,60); }
div.DivClassName
{
background-color: #4F313C;
}
.BgClassName
{
background-color: #4F313C;
}
</style>
border-color css
<style>
span { border-color: #4F313C; }
span { border-color: rgb(79,49,60); }
td.TdClassName
{
border-color: #4F313C;
}
.TagClassName
{
border-color: #4F313C;
}
</style>