Shades of Wine Berry #49363C
Tints of Wine Berry #49363C
RGB
CMYK
RGB Variations
Color information
#49363C (or 0x49363C) is known color: Wine Berry. HEX triplet: 49, 36 and 3C. RGB value is (73,54,60). Sum of RGB (Red+Green+Blue) = 73+54+60=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 73 - color contains mainly: red. Hex color #49363C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49363C is #B6C9C3. Grayscale: #3C3C3C. Windows color (decimal): -11979204 or 3946057. OLE color: 3946057.
HSL color Cylindrical-coordinate representation of color #49363C: hue angle of 341.05º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #49363C is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 54 | 60 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.71 |
| HSL | 341.05º | 0.15% | 0.25% | - |
| HSV(B) | 341.05º | 0.26% | 0.29% | - |
| XYZ | 4.88 | 4.38 | 4.86 | - |
| YUV | 60.37 | 127.79 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 54 | 60 | 0 | 0.26 | 0.18 | 0.71 | 341.05 | 0.15 | 0.25 |
| Hex | 49 | 36 | 3C | 0 | 1A | 12 | 47 | 155 | F | 19 |
| Octal | 111 | 66 | 74 | 0 | 32 | 22 | 107 | 525 | 17 | 31 |
| Binary | 1001001 | 110110 | 111100 | 0 | 11010 | 10010 | 1000111 | 101010101 | 1111 | 11001 |
Color Harmonies of #49363C
Complementary color
Monochromatic Colors of #49363C
Black with #49363C
Text Example
Text Example
White with #49363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49363C; }
p { color: rgb(73,54,60); }
H1.HeaderClassName
{
color: #49363C;
}
.AnyTagClassName
{
color: #49363C;
}
</style>
background-color css
<style>
a { background-color: #49363C; }
a { background-color: rgb(73,54,60); }
div.DivClassName
{
background-color: #49363C;
}
.BgClassName
{
background-color: #49363C;
}
</style>
border-color css
<style>
span { border-color: #49363C; }
span { border-color: rgb(73,54,60); }
td.TdClassName
{
border-color: #49363C;
}
.TagClassName
{
border-color: #49363C;
}
</style>