Shades of Wine Berry #512930
Tints of Wine Berry #512930
RGB
CMYK
RGB Variations
Color information
#512930 (or 0x512930) is known color: Wine Berry. HEX triplet: 51, 29 and 30. RGB value is (81,41,48). Sum of RGB (Red+Green+Blue) = 81+41+48=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #512930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512930 is #AED6CF. Grayscale: #353535. Windows color (decimal): -11458256 or 3156305. OLE color: 3156305.
HSL color Cylindrical-coordinate representation of color #512930: hue angle of 349.5º 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 #512930 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 41 | 48 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.68 |
| HSL | 349.5º | 0.33% | 0.24% | - |
| HSV(B) | 349.5º | 0.49% | 0.32% | - |
| XYZ | 4.72 | 3.55 | 3.23 | - |
| YUV | 53.76 | 124.75 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 41 | 48 | 0 | 0.49 | 0.41 | 0.68 | 349.5 | 0.33 | 0.24 |
| Hex | 51 | 29 | 30 | 0 | 31 | 29 | 44 | 15E | 21 | 18 |
| Octal | 121 | 51 | 60 | 0 | 61 | 51 | 104 | 536 | 41 | 30 |
| Binary | 1010001 | 101001 | 110000 | 0 | 110001 | 101001 | 1000100 | 101011110 | 100001 | 11000 |
Color Harmonies of #512930
Complementary color
Monochromatic Colors of #512930
Black with #512930
Text Example
Text Example
White with #512930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512930; }
p { color: rgb(81,41,48); }
H1.HeaderClassName
{
color: #512930;
}
.AnyTagClassName
{
color: #512930;
}
</style>
background-color css
<style>
a { background-color: #512930; }
a { background-color: rgb(81,41,48); }
div.DivClassName
{
background-color: #512930;
}
.BgClassName
{
background-color: #512930;
}
</style>
border-color css
<style>
span { border-color: #512930; }
span { border-color: rgb(81,41,48); }
td.TdClassName
{
border-color: #512930;
}
.TagClassName
{
border-color: #512930;
}
</style>