Shades of Wine Berry #4B3138
Tints of Wine Berry #4B3138
RGB
CMYK
RGB Variations
Color information
#4B3138 (or 0x4B3138) is known color: Wine Berry. HEX triplet: 4B, 31 and 38. RGB value is (75,49,56). Sum of RGB (Red+Green+Blue) = 75+49+56=180 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.67% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 56 (22.27% from 255 or 31.11% from 180); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3138 is #B4CEC7. Grayscale: #393939. Windows color (decimal): -11849416 or 3682635. OLE color: 3682635.
HSL color Cylindrical-coordinate representation of color #4B3138: hue angle of 343.85º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4B3138 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 49 | 56 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.71 |
| HSL | 343.85º | 0.21% | 0.24% | - |
| HSV(B) | 343.85º | 0.35% | 0.29% | - |
| XYZ | 4.71 | 3.98 | 4.26 | - |
| YUV | 57.57 | 127.11 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 49 | 56 | 0 | 0.35 | 0.25 | 0.71 | 343.85 | 0.21 | 0.24 |
| Hex | 4B | 31 | 38 | 0 | 23 | 19 | 47 | 158 | 15 | 18 |
| Octal | 113 | 61 | 70 | 0 | 43 | 31 | 107 | 530 | 25 | 30 |
| Binary | 1001011 | 110001 | 111000 | 0 | 100011 | 11001 | 1000111 | 101011000 | 10101 | 11000 |
Color Harmonies of #4B3138
Complementary color
Monochromatic Colors of #4B3138
Black with #4B3138
Text Example
Text Example
White with #4B3138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3138; }
p { color: rgb(75,49,56); }
H1.HeaderClassName
{
color: #4B3138;
}
.AnyTagClassName
{
color: #4B3138;
}
</style>
background-color css
<style>
a { background-color: #4B3138; }
a { background-color: rgb(75,49,56); }
div.DivClassName
{
background-color: #4B3138;
}
.BgClassName
{
background-color: #4B3138;
}
</style>
border-color css
<style>
span { border-color: #4B3138; }
span { border-color: rgb(75,49,56); }
td.TdClassName
{
border-color: #4B3138;
}
.TagClassName
{
border-color: #4B3138;
}
</style>