Shades of Wine Berry #492F36
Tints of Wine Berry #492F36
RGB
CMYK
RGB Variations
Color information
#492F36 (or 0x492F36) is known color: Wine Berry. HEX triplet: 49, 2F and 36. RGB value is (73,47,54). Sum of RGB (Red+Green+Blue) = 73+47+54=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 54 (21.48% from 255 or 31.03% from 174); Max value from RGB is 73 - color contains mainly: red. Hex color #492F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492F36 is #B6D0C9. Grayscale: #373737. Windows color (decimal): -11981002 or 3551049. OLE color: 3551049.
HSL color Cylindrical-coordinate representation of color #492F36: hue angle of 343.85º 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 #492F36 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 47 | 54 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.71 |
| HSL | 343.85º | 0.22% | 0.24% | - |
| HSV(B) | 343.85º | 0.36% | 0.29% | - |
| XYZ | 4.43 | 3.72 | 3.97 | - |
| YUV | 55.57 | 127.11 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 47 | 54 | 0 | 0.36 | 0.26 | 0.71 | 343.85 | 0.22 | 0.24 |
| Hex | 49 | 2F | 36 | 0 | 24 | 1A | 47 | 158 | 16 | 18 |
| Octal | 111 | 57 | 66 | 0 | 44 | 32 | 107 | 530 | 26 | 30 |
| Binary | 1001001 | 101111 | 110110 | 0 | 100100 | 11010 | 1000111 | 101011000 | 10110 | 11000 |
Color Harmonies of #492F36
Complementary color
Monochromatic Colors of #492F36
Black with #492F36
Text Example
Text Example
White with #492F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492F36; }
p { color: rgb(73,47,54); }
H1.HeaderClassName
{
color: #492F36;
}
.AnyTagClassName
{
color: #492F36;
}
</style>
background-color css
<style>
a { background-color: #492F36; }
a { background-color: rgb(73,47,54); }
div.DivClassName
{
background-color: #492F36;
}
.BgClassName
{
background-color: #492F36;
}
</style>
border-color css
<style>
span { border-color: #492F36; }
span { border-color: rgb(73,47,54); }
td.TdClassName
{
border-color: #492F36;
}
.TagClassName
{
border-color: #492F36;
}
</style>