Shades of Wine Berry #4D2B34
Tints of Wine Berry #4D2B34
RGB
CMYK
RGB Variations
Color information
#4D2B34 (or 0x4D2B34) is known color: Wine Berry. HEX triplet: 4D, 2B and 34. RGB value is (77,43,52). Sum of RGB (Red+Green+Blue) = 77+43+52=172 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.77% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 52 (20.70% from 255 or 30.23% from 172); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2B34 is #B2D4CB. Grayscale: #363636. Windows color (decimal): -11719884 or 3418957. OLE color: 3418957.
HSL color Cylindrical-coordinate representation of color #4D2B34: hue angle of 344.12º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D2B34 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 43 | 52 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.70 |
| HSL | 344.12º | 0.28% | 0.24% | - |
| HSV(B) | 344.12º | 0.44% | 0.3% | - |
| XYZ | 4.54 | 3.55 | 3.7 | - |
| YUV | 54.19 | 126.76 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 43 | 52 | 0 | 0.44 | 0.32 | 0.70 | 344.12 | 0.28 | 0.24 |
| Hex | 4D | 2B | 34 | 0 | 2C | 20 | 46 | 158 | 1C | 18 |
| Octal | 115 | 53 | 64 | 0 | 54 | 40 | 106 | 530 | 34 | 30 |
| Binary | 1001101 | 101011 | 110100 | 0 | 101100 | 100000 | 1000110 | 101011000 | 11100 | 11000 |
Color Harmonies of #4D2B34
Complementary color
Monochromatic Colors of #4D2B34
Black with #4D2B34
Text Example
Text Example
White with #4D2B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2B34; }
p { color: rgb(77,43,52); }
H1.HeaderClassName
{
color: #4D2B34;
}
.AnyTagClassName
{
color: #4D2B34;
}
</style>
background-color css
<style>
a { background-color: #4D2B34; }
a { background-color: rgb(77,43,52); }
div.DivClassName
{
background-color: #4D2B34;
}
.BgClassName
{
background-color: #4D2B34;
}
</style>
border-color css
<style>
span { border-color: #4D2B34; }
span { border-color: rgb(77,43,52); }
td.TdClassName
{
border-color: #4D2B34;
}
.TagClassName
{
border-color: #4D2B34;
}
</style>