Shades of Wine Berry #51323A
Tints of Wine Berry #51323A
RGB
CMYK
RGB Variations
Color information
#51323A (or 0x51323A) is known color: Wine Berry. HEX triplet: 51, 32 and 3A. RGB value is (81,50,58). Sum of RGB (Red+Green+Blue) = 81+50+58=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 81 - color contains mainly: red. Hex color #51323A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51323A is #AECDC5. Grayscale: #3C3C3C. Windows color (decimal): -11455942 or 3813969. OLE color: 3813969.
HSL color Cylindrical-coordinate representation of color #51323A: hue angle of 344.52º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #51323A is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 50 | 58 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.68 |
| HSL | 344.52º | 0.24% | 0.26% | - |
| HSV(B) | 344.52º | 0.38% | 0.32% | - |
| XYZ | 5.3 | 4.34 | 4.56 | - |
| YUV | 60.18 | 126.77 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 50 | 58 | 0 | 0.38 | 0.28 | 0.68 | 344.52 | 0.24 | 0.26 |
| Hex | 51 | 32 | 3A | 0 | 26 | 1C | 44 | 159 | 18 | 1A |
| Octal | 121 | 62 | 72 | 0 | 46 | 34 | 104 | 531 | 30 | 32 |
| Binary | 1010001 | 110010 | 111010 | 0 | 100110 | 11100 | 1000100 | 101011001 | 11000 | 11010 |
Color Harmonies of #51323A
Complementary color
Monochromatic Colors of #51323A
Black with #51323A
Text Example
Text Example
White with #51323A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51323A; }
p { color: rgb(81,50,58); }
H1.HeaderClassName
{
color: #51323A;
}
.AnyTagClassName
{
color: #51323A;
}
</style>
background-color css
<style>
a { background-color: #51323A; }
a { background-color: rgb(81,50,58); }
div.DivClassName
{
background-color: #51323A;
}
.BgClassName
{
background-color: #51323A;
}
</style>
border-color css
<style>
span { border-color: #51323A; }
span { border-color: rgb(81,50,58); }
td.TdClassName
{
border-color: #51323A;
}
.TagClassName
{
border-color: #51323A;
}
</style>