Shades of Wine Berry #47363B
Tints of Wine Berry #47363B
RGB
CMYK
RGB Variations
Color information
#47363B (or 0x47363B) is known color: Wine Berry. HEX triplet: 47, 36 and 3B. RGB value is (71,54,59). Sum of RGB (Red+Green+Blue) = 71+54+59=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 54 (21.48% from 255 or 29.35% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 71 - color contains mainly: red. Hex color #47363B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47363B is #B8C9C4. Grayscale: #3B3B3B. Windows color (decimal): -12110277 or 3880519. OLE color: 3880519.
HSL color Cylindrical-coordinate representation of color #47363B: hue angle of 342.35º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #47363B is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 54 | 59 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.72 |
| HSL | 342.35º | 0.14% | 0.25% | - |
| HSV(B) | 342.35º | 0.24% | 0.28% | - |
| XYZ | 4.71 | 4.29 | 4.72 | - |
| YUV | 59.65 | 127.63 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 54 | 59 | 0 | 0.24 | 0.17 | 0.72 | 342.35 | 0.14 | 0.25 |
| Hex | 47 | 36 | 3B | 0 | 18 | 11 | 48 | 156 | E | 19 |
| Octal | 107 | 66 | 73 | 0 | 30 | 21 | 110 | 526 | 16 | 31 |
| Binary | 1000111 | 110110 | 111011 | 0 | 11000 | 10001 | 1001000 | 101010110 | 1110 | 11001 |
Color Harmonies of #47363B
Complementary color
Monochromatic Colors of #47363B
Black with #47363B
Text Example
Text Example
White with #47363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47363B; }
p { color: rgb(71,54,59); }
H1.HeaderClassName
{
color: #47363B;
}
.AnyTagClassName
{
color: #47363B;
}
</style>
background-color css
<style>
a { background-color: #47363B; }
a { background-color: rgb(71,54,59); }
div.DivClassName
{
background-color: #47363B;
}
.BgClassName
{
background-color: #47363B;
}
</style>
border-color css
<style>
span { border-color: #47363B; }
span { border-color: rgb(71,54,59); }
td.TdClassName
{
border-color: #47363B;
}
.TagClassName
{
border-color: #47363B;
}
</style>