Shades of Wine Berry #4C363B
Tints of Wine Berry #4C363B
RGB
CMYK
RGB Variations
Color information
#4C363B (or 0x4C363B) is known color: Wine Berry. HEX triplet: 4C, 36 and 3B. RGB value is (76,54,59). Sum of RGB (Red+Green+Blue) = 76+54+59=189 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40.21% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 76 - color contains mainly: red. Hex color #4C363B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C363B is #B3C9C4. Grayscale: #3D3D3D. Windows color (decimal): -11782597 or 3880524. OLE color: 3880524.
HSL color Cylindrical-coordinate representation of color #4C363B: hue angle of 346.36º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4C363B is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 54 | 59 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.70 |
| HSL | 346.36º | 0.17% | 0.25% | - |
| HSV(B) | 346.36º | 0.29% | 0.3% | - |
| XYZ | 5.09 | 4.49 | 4.74 | - |
| YUV | 61.15 | 126.79 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 54 | 59 | 0 | 0.29 | 0.22 | 0.70 | 346.36 | 0.17 | 0.25 |
| Hex | 4C | 36 | 3B | 0 | 1D | 16 | 46 | 15A | 11 | 19 |
| Octal | 114 | 66 | 73 | 0 | 35 | 26 | 106 | 532 | 21 | 31 |
| Binary | 1001100 | 110110 | 111011 | 0 | 11101 | 10110 | 1000110 | 101011010 | 10001 | 11001 |
Color Harmonies of #4C363B
Complementary color
Monochromatic Colors of #4C363B
Black with #4C363B
Text Example
Text Example
White with #4C363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C363B; }
p { color: rgb(76,54,59); }
H1.HeaderClassName
{
color: #4C363B;
}
.AnyTagClassName
{
color: #4C363B;
}
</style>
background-color css
<style>
a { background-color: #4C363B; }
a { background-color: rgb(76,54,59); }
div.DivClassName
{
background-color: #4C363B;
}
.BgClassName
{
background-color: #4C363B;
}
</style>
border-color css
<style>
span { border-color: #4C363B; }
span { border-color: rgb(76,54,59); }
td.TdClassName
{
border-color: #4C363B;
}
.TagClassName
{
border-color: #4C363B;
}
</style>