Shades of Wine Berry #51353E
Tints of Wine Berry #51353E
RGB
CMYK
RGB Variations
Color information
#51353E (or 0x51353E) is known color: Wine Berry. HEX triplet: 51, 35 and 3E. RGB value is (81,53,62). Sum of RGB (Red+Green+Blue) = 81+53+62=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 62 (24.61% from 255 or 31.63% from 196); Max value from RGB is 81 - color contains mainly: red. Hex color #51353E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51353E is #AECAC1. Grayscale: #3E3E3E. Windows color (decimal): -11455170 or 4076881. OLE color: 4076881.
HSL color Cylindrical-coordinate representation of color #51353E: hue angle of 340.71º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #51353E is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 53 | 62 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.68 |
| HSL | 340.71º | 0.21% | 0.26% | - |
| HSV(B) | 340.71º | 0.35% | 0.32% | - |
| XYZ | 5.54 | 4.64 | 5.16 | - |
| YUV | 62.4 | 127.78 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 53 | 62 | 0 | 0.35 | 0.23 | 0.68 | 340.71 | 0.21 | 0.26 |
| Hex | 51 | 35 | 3E | 0 | 23 | 17 | 44 | 155 | 15 | 1A |
| Octal | 121 | 65 | 76 | 0 | 43 | 27 | 104 | 525 | 25 | 32 |
| Binary | 1010001 | 110101 | 111110 | 0 | 100011 | 10111 | 1000100 | 101010101 | 10101 | 11010 |
Color Harmonies of #51353E
Complementary color
Monochromatic Colors of #51353E
Black with #51353E
Text Example
Text Example
White with #51353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51353E; }
p { color: rgb(81,53,62); }
H1.HeaderClassName
{
color: #51353E;
}
.AnyTagClassName
{
color: #51353E;
}
</style>
background-color css
<style>
a { background-color: #51353E; }
a { background-color: rgb(81,53,62); }
div.DivClassName
{
background-color: #51353E;
}
.BgClassName
{
background-color: #51353E;
}
</style>
border-color css
<style>
span { border-color: #51353E; }
span { border-color: rgb(81,53,62); }
td.TdClassName
{
border-color: #51353E;
}
.TagClassName
{
border-color: #51353E;
}
</style>