Shades of Wine Berry #51313D
Tints of Wine Berry #51313D
RGB
CMYK
RGB Variations
Color information
#51313D (or 0x51313D) is known color: Wine Berry. HEX triplet: 51, 31 and 3D. RGB value is (81,49,61). Sum of RGB (Red+Green+Blue) = 81+49+61=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 81 - color contains mainly: red. Hex color #51313D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51313D is #AECEC2. Grayscale: #3B3B3B. Windows color (decimal): -11456195 or 4010321. OLE color: 4010321.
HSL color Cylindrical-coordinate representation of color #51313D: hue angle of 337.5º 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 #51313D is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 49 | 61 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.68 |
| HSL | 337.5º | 0.25% | 0.25% | - |
| HSV(B) | 337.5º | 0.4% | 0.32% | - |
| XYZ | 5.33 | 4.28 | 4.96 | - |
| YUV | 59.94 | 128.6 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 49 | 61 | 0 | 0.40 | 0.25 | 0.68 | 337.5 | 0.25 | 0.25 |
| Hex | 51 | 31 | 3D | 0 | 28 | 19 | 44 | 152 | 19 | 19 |
| Octal | 121 | 61 | 75 | 0 | 50 | 31 | 104 | 522 | 31 | 31 |
| Binary | 1010001 | 110001 | 111101 | 0 | 101000 | 11001 | 1000100 | 101010010 | 11001 | 11001 |
Color Harmonies of #51313D
Complementary color
Monochromatic Colors of #51313D
Black with #51313D
Text Example
Text Example
White with #51313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51313D; }
p { color: rgb(81,49,61); }
H1.HeaderClassName
{
color: #51313D;
}
.AnyTagClassName
{
color: #51313D;
}
</style>
background-color css
<style>
a { background-color: #51313D; }
a { background-color: rgb(81,49,61); }
div.DivClassName
{
background-color: #51313D;
}
.BgClassName
{
background-color: #51313D;
}
</style>
border-color css
<style>
span { border-color: #51313D; }
span { border-color: rgb(81,49,61); }
td.TdClassName
{
border-color: #51313D;
}
.TagClassName
{
border-color: #51313D;
}
</style>