Shades of Wine Berry #4F373C
Tints of Wine Berry #4F373C
RGB
CMYK
RGB Variations
Color information
#4F373C (or 0x4F373C) is known color: Wine Berry. HEX triplet: 4F, 37 and 3C. RGB value is (79,55,60). Sum of RGB (Red+Green+Blue) = 79+55+60=194 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.72% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 79 - color contains mainly: red. Hex color #4F373C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F373C is #B0C8C3. Grayscale: #3E3E3E. Windows color (decimal): -11585732 or 3946319. OLE color: 3946319.
HSL color Cylindrical-coordinate representation of color #4F373C: hue angle of 347.5º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4F373C is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 55 | 60 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.69 |
| HSL | 347.5º | 0.18% | 0.26% | - |
| HSV(B) | 347.5º | 0.3% | 0.31% | - |
| XYZ | 5.41 | 4.72 | 4.9 | - |
| YUV | 62.75 | 126.45 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 55 | 60 | 0 | 0.30 | 0.24 | 0.69 | 347.5 | 0.18 | 0.26 |
| Hex | 4F | 37 | 3C | 0 | 1E | 18 | 45 | 15C | 12 | 1A |
| Octal | 117 | 67 | 74 | 0 | 36 | 30 | 105 | 534 | 22 | 32 |
| Binary | 1001111 | 110111 | 111100 | 0 | 11110 | 11000 | 1000101 | 101011100 | 10010 | 11010 |
Color Harmonies of #4F373C
Complementary color
Monochromatic Colors of #4F373C
Black with #4F373C
Text Example
Text Example
White with #4F373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F373C; }
p { color: rgb(79,55,60); }
H1.HeaderClassName
{
color: #4F373C;
}
.AnyTagClassName
{
color: #4F373C;
}
</style>
background-color css
<style>
a { background-color: #4F373C; }
a { background-color: rgb(79,55,60); }
div.DivClassName
{
background-color: #4F373C;
}
.BgClassName
{
background-color: #4F373C;
}
</style>
border-color css
<style>
span { border-color: #4F373C; }
span { border-color: rgb(79,55,60); }
td.TdClassName
{
border-color: #4F373C;
}
.TagClassName
{
border-color: #4F373C;
}
</style>