Shades of Wine Berry #4D2931
Tints of Wine Berry #4D2931
RGB
CMYK
RGB Variations
Color information
#4D2931 (or 0x4D2931) is known color: Wine Berry. HEX triplet: 4D, 29 and 31. RGB value is (77,41,49). Sum of RGB (Red+Green+Blue) = 77+41+49=167 (22% of max value = 765). Red value is 77 (30.47% from 255 or 46.11% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 49 (19.53% from 255 or 29.34% from 167); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2931 is #B2D6CE. Grayscale: #343434. Windows color (decimal): -11720399 or 3221837. OLE color: 3221837.
HSL color Cylindrical-coordinate representation of color #4D2931: hue angle of 346.67º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D2931 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 41 | 49 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.70 |
| HSL | 346.67º | 0.31% | 0.23% | - |
| HSV(B) | 346.67º | 0.47% | 0.3% | - |
| XYZ | 4.41 | 3.39 | 3.33 | - |
| YUV | 52.68 | 125.93 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 41 | 49 | 0 | 0.47 | 0.36 | 0.70 | 346.67 | 0.31 | 0.23 |
| Hex | 4D | 29 | 31 | 0 | 2F | 24 | 46 | 15B | 1F | 17 |
| Octal | 115 | 51 | 61 | 0 | 57 | 44 | 106 | 533 | 37 | 27 |
| Binary | 1001101 | 101001 | 110001 | 0 | 101111 | 100100 | 1000110 | 101011011 | 11111 | 10111 |
Color Harmonies of #4D2931
Complementary color
Monochromatic Colors of #4D2931
Black with #4D2931
Text Example
Text Example
White with #4D2931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2931; }
p { color: rgb(77,41,49); }
H1.HeaderClassName
{
color: #4D2931;
}
.AnyTagClassName
{
color: #4D2931;
}
</style>
background-color css
<style>
a { background-color: #4D2931; }
a { background-color: rgb(77,41,49); }
div.DivClassName
{
background-color: #4D2931;
}
.BgClassName
{
background-color: #4D2931;
}
</style>
border-color css
<style>
span { border-color: #4D2931; }
span { border-color: rgb(77,41,49); }
td.TdClassName
{
border-color: #4D2931;
}
.TagClassName
{
border-color: #4D2931;
}
</style>