Shades of Wine Berry #51303C
Tints of Wine Berry #51303C
RGB
CMYK
RGB Variations
Color information
#51303C (or 0x51303C) is known color: Wine Berry. HEX triplet: 51, 30 and 3C. RGB value is (81,48,60). Sum of RGB (Red+Green+Blue) = 81+48+60=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 81 - color contains mainly: red. Hex color #51303C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51303C is #AECFC3. Grayscale: #3B3B3B. Windows color (decimal): -11456452 or 3944529. OLE color: 3944529.
HSL color Cylindrical-coordinate representation of color #51303C: hue angle of 338.18º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #51303C is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 48 | 60 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.68 |
| HSL | 338.18º | 0.26% | 0.25% | - |
| HSV(B) | 338.18º | 0.41% | 0.32% | - |
| XYZ | 5.27 | 4.19 | 4.81 | - |
| YUV | 59.24 | 128.43 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 48 | 60 | 0 | 0.41 | 0.26 | 0.68 | 338.18 | 0.26 | 0.25 |
| Hex | 51 | 30 | 3C | 0 | 29 | 1A | 44 | 152 | 1A | 19 |
| Octal | 121 | 60 | 74 | 0 | 51 | 32 | 104 | 522 | 32 | 31 |
| Binary | 1010001 | 110000 | 111100 | 0 | 101001 | 11010 | 1000100 | 101010010 | 11010 | 11001 |
Color Harmonies of #51303C
Complementary color
Monochromatic Colors of #51303C
Black with #51303C
Text Example
Text Example
White with #51303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51303C; }
p { color: rgb(81,48,60); }
H1.HeaderClassName
{
color: #51303C;
}
.AnyTagClassName
{
color: #51303C;
}
</style>
background-color css
<style>
a { background-color: #51303C; }
a { background-color: rgb(81,48,60); }
div.DivClassName
{
background-color: #51303C;
}
.BgClassName
{
background-color: #51303C;
}
</style>
border-color css
<style>
span { border-color: #51303C; }
span { border-color: rgb(81,48,60); }
td.TdClassName
{
border-color: #51303C;
}
.TagClassName
{
border-color: #51303C;
}
</style>