Shades of Wine Berry #482D36
Tints of Wine Berry #482D36
RGB
CMYK
RGB Variations
Color information
#482D36 (or 0x482D36) is known color: Wine Berry. HEX triplet: 48, 2D and 36. RGB value is (72,45,54). Sum of RGB (Red+Green+Blue) = 72+45+54=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 54 (21.48% from 255 or 31.58% from 171); Max value from RGB is 72 - color contains mainly: red. Hex color #482D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482D36 is #B7D2C9. Grayscale: #363636. Windows color (decimal): -12047050 or 3550536. OLE color: 3550536.
HSL color Cylindrical-coordinate representation of color #482D36: hue angle of 340º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #482D36 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 45 | 54 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.72 |
| HSL | 340º | 0.23% | 0.23% | - |
| HSV(B) | 340º | 0.38% | 0.28% | - |
| XYZ | 4.28 | 3.52 | 3.94 | - |
| YUV | 54.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 54 | 0 | 0.38 | 0.25 | 0.72 | 340 | 0.23 | 0.23 |
| Hex | 48 | 2D | 36 | 0 | 26 | 19 | 48 | 154 | 17 | 17 |
| Octal | 110 | 55 | 66 | 0 | 46 | 31 | 110 | 524 | 27 | 27 |
| Binary | 1001000 | 101101 | 110110 | 0 | 100110 | 11001 | 1001000 | 101010100 | 10111 | 10111 |
Color Harmonies of #482D36
Complementary color
Monochromatic Colors of #482D36
Black with #482D36
Text Example
Text Example
White with #482D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482D36; }
p { color: rgb(72,45,54); }
H1.HeaderClassName
{
color: #482D36;
}
.AnyTagClassName
{
color: #482D36;
}
</style>
background-color css
<style>
a { background-color: #482D36; }
a { background-color: rgb(72,45,54); }
div.DivClassName
{
background-color: #482D36;
}
.BgClassName
{
background-color: #482D36;
}
</style>
border-color css
<style>
span { border-color: #482D36; }
span { border-color: rgb(72,45,54); }
td.TdClassName
{
border-color: #482D36;
}
.TagClassName
{
border-color: #482D36;
}
</style>