Shades of Wine Berry #4D363C
Tints of Wine Berry #4D363C
RGB
CMYK
RGB Variations
Color information
#4D363C (or 0x4D363C) is known color: Wine Berry. HEX triplet: 4D, 36 and 3C. RGB value is (77,54,60). Sum of RGB (Red+Green+Blue) = 77+54+60=191 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.31% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 60 (23.83% from 255 or 31.41% from 191); Max value from RGB is 77 - color contains mainly: red. Hex color #4D363C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D363C is #B2C9C3. Grayscale: #3D3D3D. Windows color (decimal): -11717060 or 3946061. OLE color: 3946061.
HSL color Cylindrical-coordinate representation of color #4D363C: hue angle of 344.35º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4D363C is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 54 | 60 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.70 |
| HSL | 344.35º | 0.18% | 0.26% | - |
| HSV(B) | 344.35º | 0.3% | 0.3% | - |
| XYZ | 5.2 | 4.54 | 4.88 | - |
| YUV | 61.56 | 127.12 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 54 | 60 | 0 | 0.30 | 0.22 | 0.70 | 344.35 | 0.18 | 0.26 |
| Hex | 4D | 36 | 3C | 0 | 1E | 16 | 46 | 158 | 12 | 1A |
| Octal | 115 | 66 | 74 | 0 | 36 | 26 | 106 | 530 | 22 | 32 |
| Binary | 1001101 | 110110 | 111100 | 0 | 11110 | 10110 | 1000110 | 101011000 | 10010 | 11010 |
Color Harmonies of #4D363C
Complementary color
Monochromatic Colors of #4D363C
Black with #4D363C
Text Example
Text Example
White with #4D363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D363C; }
p { color: rgb(77,54,60); }
H1.HeaderClassName
{
color: #4D363C;
}
.AnyTagClassName
{
color: #4D363C;
}
</style>
background-color css
<style>
a { background-color: #4D363C; }
a { background-color: rgb(77,54,60); }
div.DivClassName
{
background-color: #4D363C;
}
.BgClassName
{
background-color: #4D363C;
}
</style>
border-color css
<style>
span { border-color: #4D363C; }
span { border-color: rgb(77,54,60); }
td.TdClassName
{
border-color: #4D363C;
}
.TagClassName
{
border-color: #4D363C;
}
</style>