Shades of Wine Berry #4A353A
Tints of Wine Berry #4A353A
RGB
CMYK
RGB Variations
Color information
#4A353A (or 0x4A353A) is known color: Wine Berry. HEX triplet: 4A, 35 and 3A. RGB value is (74,53,58). Sum of RGB (Red+Green+Blue) = 74+53+58=185 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 74 - color contains mainly: red. Hex color #4A353A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A353A is #B5CAC5. Grayscale: #3B3B3B. Windows color (decimal): -11913926 or 3814730. OLE color: 3814730.
HSL color Cylindrical-coordinate representation of color #4A353A: hue angle of 345.71º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4A353A is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 53 | 58 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.71 |
| HSL | 345.71º | 0.17% | 0.25% | - |
| HSV(B) | 345.71º | 0.28% | 0.29% | - |
| XYZ | 4.86 | 4.31 | 4.58 | - |
| YUV | 59.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 53 | 58 | 0 | 0.28 | 0.22 | 0.71 | 345.71 | 0.17 | 0.25 |
| Hex | 4A | 35 | 3A | 0 | 1C | 16 | 47 | 15A | 11 | 19 |
| Octal | 112 | 65 | 72 | 0 | 34 | 26 | 107 | 532 | 21 | 31 |
| Binary | 1001010 | 110101 | 111010 | 0 | 11100 | 10110 | 1000111 | 101011010 | 10001 | 11001 |
Color Harmonies of #4A353A
Complementary color
Monochromatic Colors of #4A353A
Black with #4A353A
Text Example
Text Example
White with #4A353A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A353A; }
p { color: rgb(74,53,58); }
H1.HeaderClassName
{
color: #4A353A;
}
.AnyTagClassName
{
color: #4A353A;
}
</style>
background-color css
<style>
a { background-color: #4A353A; }
a { background-color: rgb(74,53,58); }
div.DivClassName
{
background-color: #4A353A;
}
.BgClassName
{
background-color: #4A353A;
}
</style>
border-color css
<style>
span { border-color: #4A353A; }
span { border-color: rgb(74,53,58); }
td.TdClassName
{
border-color: #4A353A;
}
.TagClassName
{
border-color: #4A353A;
}
</style>