Shades of Wine Berry #512931
Tints of Wine Berry #512931
RGB
CMYK
RGB Variations
Color information
#512931 (or 0x512931) is known color: Wine Berry. HEX triplet: 51, 29 and 31. RGB value is (81,41,49). Sum of RGB (Red+Green+Blue) = 81+41+49=171 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.37% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 49 (19.53% from 255 or 28.65% from 171); Max value from RGB is 81 - color contains mainly: red. Hex color #512931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512931 is #AED6CE. Grayscale: #353535. Windows color (decimal): -11458255 or 3221841. OLE color: 3221841.
HSL color Cylindrical-coordinate representation of color #512931: hue angle of 348º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #512931 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 41 | 49 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.68 |
| HSL | 348º | 0.33% | 0.24% | - |
| HSV(B) | 348º | 0.49% | 0.32% | - |
| XYZ | 4.74 | 3.56 | 3.34 | - |
| YUV | 53.87 | 125.25 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 41 | 49 | 0 | 0.49 | 0.40 | 0.68 | 348 | 0.33 | 0.24 |
| Hex | 51 | 29 | 31 | 0 | 31 | 28 | 44 | 15C | 21 | 18 |
| Octal | 121 | 51 | 61 | 0 | 61 | 50 | 104 | 534 | 41 | 30 |
| Binary | 1010001 | 101001 | 110001 | 0 | 110001 | 101000 | 1000100 | 101011100 | 100001 | 11000 |
Color Harmonies of #512931
Complementary color
Monochromatic Colors of #512931
Black with #512931
Text Example
Text Example
White with #512931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512931; }
p { color: rgb(81,41,49); }
H1.HeaderClassName
{
color: #512931;
}
.AnyTagClassName
{
color: #512931;
}
</style>
background-color css
<style>
a { background-color: #512931; }
a { background-color: rgb(81,41,49); }
div.DivClassName
{
background-color: #512931;
}
.BgClassName
{
background-color: #512931;
}
</style>
border-color css
<style>
span { border-color: #512931; }
span { border-color: rgb(81,41,49); }
td.TdClassName
{
border-color: #512931;
}
.TagClassName
{
border-color: #512931;
}
</style>