Shades of Wine Berry #4B2E35
Tints of Wine Berry #4B2E35
RGB
CMYK
RGB Variations
Color information
#4B2E35 (or 0x4B2E35) is known color: Wine Berry. HEX triplet: 4B, 2E and 35. RGB value is (75,46,53). Sum of RGB (Red+Green+Blue) = 75+46+53=174 (23% of max value = 765). Red value is 75 (29.69% from 255 or 43.10% from 174); Green value is 46 (18.36% from 255 or 26.44% from 174); Blue value is 53 (21.09% from 255 or 30.46% from 174); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2E35 is #B4D1CA. Grayscale: #373737. Windows color (decimal): -11850187 or 3485259. OLE color: 3485259.
HSL color Cylindrical-coordinate representation of color #4B2E35: hue angle of 345.52º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4B2E35 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 46 | 53 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.71 |
| HSL | 345.52º | 0.24% | 0.24% | - |
| HSV(B) | 345.52º | 0.39% | 0.29% | - |
| XYZ | 4.52 | 3.71 | 3.85 | - |
| YUV | 55.47 | 126.61 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 46 | 53 | 0 | 0.39 | 0.29 | 0.71 | 345.52 | 0.24 | 0.24 |
| Hex | 4B | 2E | 35 | 0 | 27 | 1D | 47 | 15A | 18 | 18 |
| Octal | 113 | 56 | 65 | 0 | 47 | 35 | 107 | 532 | 30 | 30 |
| Binary | 1001011 | 101110 | 110101 | 0 | 100111 | 11101 | 1000111 | 101011010 | 11000 | 11000 |
Color Harmonies of #4B2E35
Complementary color
Monochromatic Colors of #4B2E35
Black with #4B2E35
Text Example
Text Example
White with #4B2E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2E35; }
p { color: rgb(75,46,53); }
H1.HeaderClassName
{
color: #4B2E35;
}
.AnyTagClassName
{
color: #4B2E35;
}
</style>
background-color css
<style>
a { background-color: #4B2E35; }
a { background-color: rgb(75,46,53); }
div.DivClassName
{
background-color: #4B2E35;
}
.BgClassName
{
background-color: #4B2E35;
}
</style>
border-color css
<style>
span { border-color: #4B2E35; }
span { border-color: rgb(75,46,53); }
td.TdClassName
{
border-color: #4B2E35;
}
.TagClassName
{
border-color: #4B2E35;
}
</style>