Shades of Wine Berry #492B33
Tints of Wine Berry #492B33
RGB
CMYK
RGB Variations
Color information
#492B33 (or 0x492B33) is known color: Wine Berry. HEX triplet: 49, 2B and 33. RGB value is (73,43,51). Sum of RGB (Red+Green+Blue) = 73+43+51=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 43 (17.19% from 255 or 25.75% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 73 - color contains mainly: red. Hex color #492B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492B33 is #B6D4CC. Grayscale: #343434. Windows color (decimal): -11982029 or 3353417. OLE color: 3353417.
HSL color Cylindrical-coordinate representation of color #492B33: hue angle of 344º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #492B33 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 43 | 51 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.71 |
| HSL | 344º | 0.26% | 0.23% | - |
| HSV(B) | 344º | 0.41% | 0.29% | - |
| XYZ | 4.21 | 3.38 | 3.56 | - |
| YUV | 52.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 43 | 51 | 0 | 0.41 | 0.30 | 0.71 | 344 | 0.26 | 0.23 |
| Hex | 49 | 2B | 33 | 0 | 29 | 1E | 47 | 158 | 1A | 17 |
| Octal | 111 | 53 | 63 | 0 | 51 | 36 | 107 | 530 | 32 | 27 |
| Binary | 1001001 | 101011 | 110011 | 0 | 101001 | 11110 | 1000111 | 101011000 | 11010 | 10111 |
Color Harmonies of #492B33
Complementary color
Monochromatic Colors of #492B33
Black with #492B33
Text Example
Text Example
White with #492B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492B33; }
p { color: rgb(73,43,51); }
H1.HeaderClassName
{
color: #492B33;
}
.AnyTagClassName
{
color: #492B33;
}
</style>
background-color css
<style>
a { background-color: #492B33; }
a { background-color: rgb(73,43,51); }
div.DivClassName
{
background-color: #492B33;
}
.BgClassName
{
background-color: #492B33;
}
</style>
border-color css
<style>
span { border-color: #492B33; }
span { border-color: rgb(73,43,51); }
td.TdClassName
{
border-color: #492B33;
}
.TagClassName
{
border-color: #492B33;
}
</style>