Shades of Wine Berry #4D333B
Tints of Wine Berry #4D333B
RGB
CMYK
RGB Variations
Color information
#4D333B (or 0x4D333B) is known color: Wine Berry. HEX triplet: 4D, 33 and 3B. RGB value is (77,51,59). Sum of RGB (Red+Green+Blue) = 77+51+59=187 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.18% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 77 - color contains mainly: red. Hex color #4D333B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D333B is #B2CCC4. Grayscale: #3B3B3B. Windows color (decimal): -11717829 or 3879757. OLE color: 3879757.
HSL color Cylindrical-coordinate representation of color #4D333B: hue angle of 341.54º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D333B is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 51 | 59 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.70 |
| HSL | 341.54º | 0.2% | 0.25% | - |
| HSV(B) | 341.54º | 0.34% | 0.3% | - |
| XYZ | 5.03 | 4.26 | 4.69 | - |
| YUV | 59.69 | 127.61 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 51 | 59 | 0 | 0.34 | 0.23 | 0.70 | 341.54 | 0.2 | 0.25 |
| Hex | 4D | 33 | 3B | 0 | 22 | 17 | 46 | 156 | 14 | 19 |
| Octal | 115 | 63 | 73 | 0 | 42 | 27 | 106 | 526 | 24 | 31 |
| Binary | 1001101 | 110011 | 111011 | 0 | 100010 | 10111 | 1000110 | 101010110 | 10100 | 11001 |
Color Harmonies of #4D333B
Complementary color
Monochromatic Colors of #4D333B
Black with #4D333B
Text Example
Text Example
White with #4D333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D333B; }
p { color: rgb(77,51,59); }
H1.HeaderClassName
{
color: #4D333B;
}
.AnyTagClassName
{
color: #4D333B;
}
</style>
background-color css
<style>
a { background-color: #4D333B; }
a { background-color: rgb(77,51,59); }
div.DivClassName
{
background-color: #4D333B;
}
.BgClassName
{
background-color: #4D333B;
}
</style>
border-color css
<style>
span { border-color: #4D333B; }
span { border-color: rgb(77,51,59); }
td.TdClassName
{
border-color: #4D333B;
}
.TagClassName
{
border-color: #4D333B;
}
</style>