Shades of Wine Berry #4B3038
Tints of Wine Berry #4B3038
RGB
CMYK
RGB Variations
Color information
#4B3038 (or 0x4B3038) is known color: Wine Berry. HEX triplet: 4B, 30 and 38. RGB value is (75,48,56). Sum of RGB (Red+Green+Blue) = 75+48+56=179 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.90% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 56 (22.27% from 255 or 31.28% from 179); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3038 is #B4CFC7. Grayscale: #383838. Windows color (decimal): -11849672 or 3682379. OLE color: 3682379.
HSL color Cylindrical-coordinate representation of color #4B3038: hue angle of 342.22º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B3038 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 48 | 56 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.71 |
| HSL | 342.22º | 0.22% | 0.24% | - |
| HSV(B) | 342.22º | 0.36% | 0.29% | - |
| XYZ | 4.67 | 3.9 | 4.25 | - |
| YUV | 56.99 | 127.45 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 48 | 56 | 0 | 0.36 | 0.25 | 0.71 | 342.22 | 0.22 | 0.24 |
| Hex | 4B | 30 | 38 | 0 | 24 | 19 | 47 | 156 | 16 | 18 |
| Octal | 113 | 60 | 70 | 0 | 44 | 31 | 107 | 526 | 26 | 30 |
| Binary | 1001011 | 110000 | 111000 | 0 | 100100 | 11001 | 1000111 | 101010110 | 10110 | 11000 |
Color Harmonies of #4B3038
Complementary color
Monochromatic Colors of #4B3038
Black with #4B3038
Text Example
Text Example
White with #4B3038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3038; }
p { color: rgb(75,48,56); }
H1.HeaderClassName
{
color: #4B3038;
}
.AnyTagClassName
{
color: #4B3038;
}
</style>
background-color css
<style>
a { background-color: #4B3038; }
a { background-color: rgb(75,48,56); }
div.DivClassName
{
background-color: #4B3038;
}
.BgClassName
{
background-color: #4B3038;
}
</style>
border-color css
<style>
span { border-color: #4B3038; }
span { border-color: rgb(75,48,56); }
td.TdClassName
{
border-color: #4B3038;
}
.TagClassName
{
border-color: #4B3038;
}
</style>