Shades of Wine Berry #482E36
Tints of Wine Berry #482E36
RGB
CMYK
RGB Variations
Color information
#482E36 (or 0x482E36) is known color: Wine Berry. HEX triplet: 48, 2E and 36. RGB value is (72,46,54). Sum of RGB (Red+Green+Blue) = 72+46+54=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 46 (18.36% from 255 or 26.74% from 172); Blue value is 54 (21.48% from 255 or 31.40% from 172); Max value from RGB is 72 - color contains mainly: red. Hex color #482E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482E36 is #B7D1C9. Grayscale: #363636. Windows color (decimal): -12046794 or 3550792. OLE color: 3550792.
HSL color Cylindrical-coordinate representation of color #482E36: hue angle of 341.54º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #482E36 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 46 | 54 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.72 |
| HSL | 341.54º | 0.22% | 0.23% | - |
| HSV(B) | 341.54º | 0.36% | 0.28% | - |
| XYZ | 4.32 | 3.6 | 3.96 | - |
| YUV | 54.69 | 127.61 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 46 | 54 | 0 | 0.36 | 0.25 | 0.72 | 341.54 | 0.22 | 0.23 |
| Hex | 48 | 2E | 36 | 0 | 24 | 19 | 48 | 156 | 16 | 17 |
| Octal | 110 | 56 | 66 | 0 | 44 | 31 | 110 | 526 | 26 | 27 |
| Binary | 1001000 | 101110 | 110110 | 0 | 100100 | 11001 | 1001000 | 101010110 | 10110 | 10111 |
Color Harmonies of #482E36
Complementary color
Monochromatic Colors of #482E36
Black with #482E36
Text Example
Text Example
White with #482E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482E36; }
p { color: rgb(72,46,54); }
H1.HeaderClassName
{
color: #482E36;
}
.AnyTagClassName
{
color: #482E36;
}
</style>
background-color css
<style>
a { background-color: #482E36; }
a { background-color: rgb(72,46,54); }
div.DivClassName
{
background-color: #482E36;
}
.BgClassName
{
background-color: #482E36;
}
</style>
border-color css
<style>
span { border-color: #482E36; }
span { border-color: rgb(72,46,54); }
td.TdClassName
{
border-color: #482E36;
}
.TagClassName
{
border-color: #482E36;
}
</style>