Shades of Wine Berry #483137
Tints of Wine Berry #483137
RGB
CMYK
RGB Variations
Color information
#483137 (or 0x483137) is known color: Wine Berry. HEX triplet: 48, 31 and 37. RGB value is (72,49,55). Sum of RGB (Red+Green+Blue) = 72+49+55=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 49 (19.53% from 255 or 27.84% from 176); Blue value is 55 (21.88% from 255 or 31.25% from 176); Max value from RGB is 72 - color contains mainly: red. Hex color #483137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483137 is #B7CEC8. Grayscale: #383838. Windows color (decimal): -12046025 or 3617096. OLE color: 3617096.
HSL color Cylindrical-coordinate representation of color #483137: hue angle of 344.35º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #483137 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 49 | 55 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.72 |
| HSL | 344.35º | 0.19% | 0.24% | - |
| HSV(B) | 344.35º | 0.32% | 0.28% | - |
| XYZ | 4.46 | 3.85 | 4.12 | - |
| YUV | 56.56 | 127.12 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 49 | 55 | 0 | 0.32 | 0.24 | 0.72 | 344.35 | 0.19 | 0.24 |
| Hex | 48 | 31 | 37 | 0 | 20 | 18 | 48 | 158 | 13 | 18 |
| Octal | 110 | 61 | 67 | 0 | 40 | 30 | 110 | 530 | 23 | 30 |
| Binary | 1001000 | 110001 | 110111 | 0 | 100000 | 11000 | 1001000 | 101011000 | 10011 | 11000 |
Color Harmonies of #483137
Complementary color
Monochromatic Colors of #483137
Black with #483137
Text Example
Text Example
White with #483137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483137; }
p { color: rgb(72,49,55); }
H1.HeaderClassName
{
color: #483137;
}
.AnyTagClassName
{
color: #483137;
}
</style>
background-color css
<style>
a { background-color: #483137; }
a { background-color: rgb(72,49,55); }
div.DivClassName
{
background-color: #483137;
}
.BgClassName
{
background-color: #483137;
}
</style>
border-color css
<style>
span { border-color: #483137; }
span { border-color: rgb(72,49,55); }
td.TdClassName
{
border-color: #483137;
}
.TagClassName
{
border-color: #483137;
}
</style>