Shades of Wine Berry #512C36
Tints of Wine Berry #512C36
RGB
CMYK
RGB Variations
Color information
#512C36 (or 0x512C36) is known color: Wine Berry. HEX triplet: 51, 2C and 36. RGB value is (81,44,54). Sum of RGB (Red+Green+Blue) = 81+44+54=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 44 (17.58% from 255 or 24.58% from 179); Blue value is 54 (21.48% from 255 or 30.17% from 179); Max value from RGB is 81 - color contains mainly: red. Hex color #512C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512C36 is #AED3C9. Grayscale: #383838. Windows color (decimal): -11457482 or 3550289. OLE color: 3550289.
HSL color Cylindrical-coordinate representation of color #512C36: hue angle of 343.78º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #512C36 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 44 | 54 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.68 |
| HSL | 343.78º | 0.3% | 0.25% | - |
| HSV(B) | 343.78º | 0.46% | 0.32% | - |
| XYZ | 4.96 | 3.82 | 3.97 | - |
| YUV | 56.2 | 126.76 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 54 | 0 | 0.46 | 0.33 | 0.68 | 343.78 | 0.3 | 0.25 |
| Hex | 51 | 2C | 36 | 0 | 2E | 21 | 44 | 158 | 1E | 19 |
| Octal | 121 | 54 | 66 | 0 | 56 | 41 | 104 | 530 | 36 | 31 |
| Binary | 1010001 | 101100 | 110110 | 0 | 101110 | 100001 | 1000100 | 101011000 | 11110 | 11001 |
Color Harmonies of #512C36
Complementary color
Monochromatic Colors of #512C36
Black with #512C36
Text Example
Text Example
White with #512C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512C36; }
p { color: rgb(81,44,54); }
H1.HeaderClassName
{
color: #512C36;
}
.AnyTagClassName
{
color: #512C36;
}
</style>
background-color css
<style>
a { background-color: #512C36; }
a { background-color: rgb(81,44,54); }
div.DivClassName
{
background-color: #512C36;
}
.BgClassName
{
background-color: #512C36;
}
</style>
border-color css
<style>
span { border-color: #512C36; }
span { border-color: rgb(81,44,54); }
td.TdClassName
{
border-color: #512C36;
}
.TagClassName
{
border-color: #512C36;
}
</style>