Shades of Wine Berry #482D35
Tints of Wine Berry #482D35
RGB
CMYK
RGB Variations
Color information
#482D35 (or 0x482D35) is known color: Wine Berry. HEX triplet: 48, 2D and 35. RGB value is (72,45,53). Sum of RGB (Red+Green+Blue) = 72+45+53=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 45 (17.97% from 255 or 26.47% from 170); Blue value is 53 (21.09% from 255 or 31.18% from 170); Max value from RGB is 72 - color contains mainly: red. Hex color #482D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482D35 is #B7D2CA. Grayscale: #353535. Windows color (decimal): -12047051 or 3485000. OLE color: 3485000.
HSL color Cylindrical-coordinate representation of color #482D35: hue angle of 342.22º 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 #482D35 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 45 | 53 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.72 |
| HSL | 342.22º | 0.23% | 0.23% | - |
| HSV(B) | 342.22º | 0.38% | 0.28% | - |
| XYZ | 4.25 | 3.51 | 3.82 | - |
| YUV | 53.99 | 127.45 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 53 | 0 | 0.38 | 0.26 | 0.72 | 342.22 | 0.23 | 0.23 |
| Hex | 48 | 2D | 35 | 0 | 26 | 1A | 48 | 156 | 17 | 17 |
| Octal | 110 | 55 | 65 | 0 | 46 | 32 | 110 | 526 | 27 | 27 |
| Binary | 1001000 | 101101 | 110101 | 0 | 100110 | 11010 | 1001000 | 101010110 | 10111 | 10111 |
Color Harmonies of #482D35
Complementary color
Monochromatic Colors of #482D35
Black with #482D35
Text Example
Text Example
White with #482D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482D35; }
p { color: rgb(72,45,53); }
H1.HeaderClassName
{
color: #482D35;
}
.AnyTagClassName
{
color: #482D35;
}
</style>
background-color css
<style>
a { background-color: #482D35; }
a { background-color: rgb(72,45,53); }
div.DivClassName
{
background-color: #482D35;
}
.BgClassName
{
background-color: #482D35;
}
</style>
border-color css
<style>
span { border-color: #482D35; }
span { border-color: rgb(72,45,53); }
td.TdClassName
{
border-color: #482D35;
}
.TagClassName
{
border-color: #482D35;
}
</style>