Shades of Wine Berry #4D353D
Tints of Wine Berry #4D353D
RGB
CMYK
RGB Variations
Color information
#4D353D (or 0x4D353D) is known color: Wine Berry. HEX triplet: 4D, 35 and 3D. RGB value is (77,53,61). Sum of RGB (Red+Green+Blue) = 77+53+61=191 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.31% from 191); Green value is 53 (21.09% from 255 or 27.75% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 77 - color contains mainly: red. Hex color #4D353D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D353D is #B2CAC2. Grayscale: #3D3D3D. Windows color (decimal): -11717315 or 4011341. OLE color: 4011341.
HSL color Cylindrical-coordinate representation of color #4D353D: hue angle of 340º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D353D is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 53 | 61 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.70 |
| HSL | 340º | 0.18% | 0.25% | - |
| HSV(B) | 340º | 0.31% | 0.3% | - |
| XYZ | 5.18 | 4.46 | 5 | - |
| YUV | 61.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 53 | 61 | 0 | 0.31 | 0.21 | 0.70 | 340 | 0.18 | 0.25 |
| Hex | 4D | 35 | 3D | 0 | 1F | 15 | 46 | 154 | 12 | 19 |
| Octal | 115 | 65 | 75 | 0 | 37 | 25 | 106 | 524 | 22 | 31 |
| Binary | 1001101 | 110101 | 111101 | 0 | 11111 | 10101 | 1000110 | 101010100 | 10010 | 11001 |
Color Harmonies of #4D353D
Complementary color
Monochromatic Colors of #4D353D
Black with #4D353D
Text Example
Text Example
White with #4D353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D353D; }
p { color: rgb(77,53,61); }
H1.HeaderClassName
{
color: #4D353D;
}
.AnyTagClassName
{
color: #4D353D;
}
</style>
background-color css
<style>
a { background-color: #4D353D; }
a { background-color: rgb(77,53,61); }
div.DivClassName
{
background-color: #4D353D;
}
.BgClassName
{
background-color: #4D353D;
}
</style>
border-color css
<style>
span { border-color: #4D353D; }
span { border-color: rgb(77,53,61); }
td.TdClassName
{
border-color: #4D353D;
}
.TagClassName
{
border-color: #4D353D;
}
</style>