Shades of Wine Berry #512F3B
Tints of Wine Berry #512F3B
RGB
CMYK
RGB Variations
Color information
#512F3B (or 0x512F3B) is known color: Wine Berry. HEX triplet: 51, 2F and 3B. RGB value is (81,47,59). Sum of RGB (Red+Green+Blue) = 81+47+59=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 81 - color contains mainly: red. Hex color #512F3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512F3B is #AED0C4. Grayscale: #3A3A3A. Windows color (decimal): -11456709 or 3878737. OLE color: 3878737.
HSL color Cylindrical-coordinate representation of color #512F3B: hue angle of 338.82º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #512F3B is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 47 | 59 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.68 |
| HSL | 338.82º | 0.27% | 0.25% | - |
| HSV(B) | 338.82º | 0.42% | 0.32% | - |
| XYZ | 5.2 | 4.1 | 4.65 | - |
| YUV | 58.53 | 128.26 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 47 | 59 | 0 | 0.42 | 0.27 | 0.68 | 338.82 | 0.27 | 0.25 |
| Hex | 51 | 2F | 3B | 0 | 2A | 1B | 44 | 153 | 1B | 19 |
| Octal | 121 | 57 | 73 | 0 | 52 | 33 | 104 | 523 | 33 | 31 |
| Binary | 1010001 | 101111 | 111011 | 0 | 101010 | 11011 | 1000100 | 101010011 | 11011 | 11001 |
Color Harmonies of #512F3B
Complementary color
Monochromatic Colors of #512F3B
Black with #512F3B
Text Example
Text Example
White with #512F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512F3B; }
p { color: rgb(81,47,59); }
H1.HeaderClassName
{
color: #512F3B;
}
.AnyTagClassName
{
color: #512F3B;
}
</style>
background-color css
<style>
a { background-color: #512F3B; }
a { background-color: rgb(81,47,59); }
div.DivClassName
{
background-color: #512F3B;
}
.BgClassName
{
background-color: #512F3B;
}
</style>
border-color css
<style>
span { border-color: #512F3B; }
span { border-color: rgb(81,47,59); }
td.TdClassName
{
border-color: #512F3B;
}
.TagClassName
{
border-color: #512F3B;
}
</style>