Shades of Wine Berry #51313A
Tints of Wine Berry #51313A
RGB
CMYK
RGB Variations
Color information
#51313A (or 0x51313A) is known color: Wine Berry. HEX triplet: 51, 31 and 3A. RGB value is (81,49,58). Sum of RGB (Red+Green+Blue) = 81+49+58=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 58 (23.05% from 255 or 30.85% from 188); Max value from RGB is 81 - color contains mainly: red. Hex color #51313A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51313A is #AECEC5. Grayscale: #3B3B3B. Windows color (decimal): -11456198 or 3813713. OLE color: 3813713.
HSL color Cylindrical-coordinate representation of color #51313A: hue angle of 343.12º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #51313A is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 49 | 58 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.68 |
| HSL | 343.13º | 0.25% | 0.25% | - |
| HSV(B) | 343.13º | 0.4% | 0.32% | - |
| XYZ | 5.26 | 4.25 | 4.55 | - |
| YUV | 59.59 | 127.1 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 49 | 58 | 0 | 0.40 | 0.28 | 0.68 | 343.13 | 0.25 | 0.25 |
| Hex | 51 | 31 | 3A | 0 | 28 | 1C | 44 | 157 | 19 | 19 |
| Octal | 121 | 61 | 72 | 0 | 50 | 34 | 104 | 527 | 31 | 31 |
| Binary | 1010001 | 110001 | 111010 | 0 | 101000 | 11100 | 1000100 | 101010111 | 11001 | 11001 |
Color Harmonies of #51313A
Complementary color
Monochromatic Colors of #51313A
Black with #51313A
Text Example
Text Example
White with #51313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51313A; }
p { color: rgb(81,49,58); }
H1.HeaderClassName
{
color: #51313A;
}
.AnyTagClassName
{
color: #51313A;
}
</style>
background-color css
<style>
a { background-color: #51313A; }
a { background-color: rgb(81,49,58); }
div.DivClassName
{
background-color: #51313A;
}
.BgClassName
{
background-color: #51313A;
}
</style>
border-color css
<style>
span { border-color: #51313A; }
span { border-color: rgb(81,49,58); }
td.TdClassName
{
border-color: #51313A;
}
.TagClassName
{
border-color: #51313A;
}
</style>