Shades of Wine Berry #4B2F37
Tints of Wine Berry #4B2F37
RGB
CMYK
RGB Variations
Color information
#4B2F37 (or 0x4B2F37) is known color: Wine Berry. HEX triplet: 4B, 2F and 37. RGB value is (75,47,55). Sum of RGB (Red+Green+Blue) = 75+47+55=177 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.37% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 55 (21.88% from 255 or 31.07% from 177); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2F37 is #B4D0C8. Grayscale: #383838. Windows color (decimal): -11849929 or 3616587. OLE color: 3616587.
HSL color Cylindrical-coordinate representation of color #4B2F37: hue angle of 342.86º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B2F37 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 47 | 55 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.71 |
| HSL | 342.86º | 0.23% | 0.24% | - |
| HSV(B) | 342.86º | 0.37% | 0.29% | - |
| XYZ | 4.61 | 3.8 | 4.11 | - |
| YUV | 56.28 | 127.28 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 47 | 55 | 0 | 0.37 | 0.27 | 0.71 | 342.86 | 0.23 | 0.24 |
| Hex | 4B | 2F | 37 | 0 | 25 | 1B | 47 | 157 | 17 | 18 |
| Octal | 113 | 57 | 67 | 0 | 45 | 33 | 107 | 527 | 27 | 30 |
| Binary | 1001011 | 101111 | 110111 | 0 | 100101 | 11011 | 1000111 | 101010111 | 10111 | 11000 |
Color Harmonies of #4B2F37
Complementary color
Monochromatic Colors of #4B2F37
Black with #4B2F37
Text Example
Text Example
White with #4B2F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2F37; }
p { color: rgb(75,47,55); }
H1.HeaderClassName
{
color: #4B2F37;
}
.AnyTagClassName
{
color: #4B2F37;
}
</style>
background-color css
<style>
a { background-color: #4B2F37; }
a { background-color: rgb(75,47,55); }
div.DivClassName
{
background-color: #4B2F37;
}
.BgClassName
{
background-color: #4B2F37;
}
</style>
border-color css
<style>
span { border-color: #4B2F37; }
span { border-color: rgb(75,47,55); }
td.TdClassName
{
border-color: #4B2F37;
}
.TagClassName
{
border-color: #4B2F37;
}
</style>