Shades of Wine Berry #51333D
Tints of Wine Berry #51333D
RGB
CMYK
RGB Variations
Color information
#51333D (or 0x51333D) is known color: Wine Berry. HEX triplet: 51, 33 and 3D. RGB value is (81,51,61). Sum of RGB (Red+Green+Blue) = 81+51+61=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 81 - color contains mainly: red. Hex color #51333D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51333D is #AECCC2. Grayscale: #3D3D3D. Windows color (decimal): -11455683 or 4010833. OLE color: 4010833.
HSL color Cylindrical-coordinate representation of color #51333D: hue angle of 340º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #51333D is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 51 | 61 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.68 |
| HSL | 340º | 0.23% | 0.26% | - |
| HSV(B) | 340º | 0.37% | 0.32% | - |
| XYZ | 5.42 | 4.45 | 4.99 | - |
| YUV | 61.11 | 127.94 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 51 | 61 | 0 | 0.37 | 0.25 | 0.68 | 340 | 0.23 | 0.26 |
| Hex | 51 | 33 | 3D | 0 | 25 | 19 | 44 | 154 | 17 | 1A |
| Octal | 121 | 63 | 75 | 0 | 45 | 31 | 104 | 524 | 27 | 32 |
| Binary | 1010001 | 110011 | 111101 | 0 | 100101 | 11001 | 1000100 | 101010100 | 10111 | 11010 |
Color Harmonies of #51333D
Complementary color
Monochromatic Colors of #51333D
Black with #51333D
Text Example
Text Example
White with #51333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51333D; }
p { color: rgb(81,51,61); }
H1.HeaderClassName
{
color: #51333D;
}
.AnyTagClassName
{
color: #51333D;
}
</style>
background-color css
<style>
a { background-color: #51333D; }
a { background-color: rgb(81,51,61); }
div.DivClassName
{
background-color: #51333D;
}
.BgClassName
{
background-color: #51333D;
}
</style>
border-color css
<style>
span { border-color: #51333D; }
span { border-color: rgb(81,51,61); }
td.TdClassName
{
border-color: #51333D;
}
.TagClassName
{
border-color: #51333D;
}
</style>