Shades of Wine Berry #4A343A
Tints of Wine Berry #4A343A
RGB
CMYK
RGB Variations
Color information
#4A343A (or 0x4A343A) is known color: Wine Berry. HEX triplet: 4A, 34 and 3A. RGB value is (74,52,58). Sum of RGB (Red+Green+Blue) = 74+52+58=184 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.22% from 184); Green value is 52 (20.70% from 255 or 28.26% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 74 - color contains mainly: red. Hex color #4A343A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A343A is #B5CBC5. Grayscale: #3B3B3B. Windows color (decimal): -11914182 or 3814474. OLE color: 3814474.
HSL color Cylindrical-coordinate representation of color #4A343A: hue angle of 343.64º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A343A is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 52 | 58 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.71 |
| HSL | 343.64º | 0.17% | 0.25% | - |
| HSV(B) | 343.64º | 0.3% | 0.29% | - |
| XYZ | 4.82 | 4.22 | 4.56 | - |
| YUV | 59.26 | 127.29 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 52 | 58 | 0 | 0.30 | 0.22 | 0.71 | 343.64 | 0.17 | 0.25 |
| Hex | 4A | 34 | 3A | 0 | 1E | 16 | 47 | 158 | 11 | 19 |
| Octal | 112 | 64 | 72 | 0 | 36 | 26 | 107 | 530 | 21 | 31 |
| Binary | 1001010 | 110100 | 111010 | 0 | 11110 | 10110 | 1000111 | 101011000 | 10001 | 11001 |
Color Harmonies of #4A343A
Complementary color
Monochromatic Colors of #4A343A
Black with #4A343A
Text Example
Text Example
White with #4A343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A343A; }
p { color: rgb(74,52,58); }
H1.HeaderClassName
{
color: #4A343A;
}
.AnyTagClassName
{
color: #4A343A;
}
</style>
background-color css
<style>
a { background-color: #4A343A; }
a { background-color: rgb(74,52,58); }
div.DivClassName
{
background-color: #4A343A;
}
.BgClassName
{
background-color: #4A343A;
}
</style>
border-color css
<style>
span { border-color: #4A343A; }
span { border-color: rgb(74,52,58); }
td.TdClassName
{
border-color: #4A343A;
}
.TagClassName
{
border-color: #4A343A;
}
</style>