Shades of Wine Berry #532E34
Tints of Wine Berry #532E34
RGB
CMYK
RGB Variations
Color information
#532E34 (or 0x532E34) is known color: Wine Berry. HEX triplet: 53, 2E and 34. RGB value is (83,46,52). Sum of RGB (Red+Green+Blue) = 83+46+52=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 46 (18.36% from 255 or 25.41% from 181); Blue value is 52 (20.70% from 255 or 28.73% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #532E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532E34 is #ACD1CB. Grayscale: #393939. Windows color (decimal): -11325900 or 3419731. OLE color: 3419731.
HSL color Cylindrical-coordinate representation of color #532E34: hue angle of 350.27º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #532E34 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 46 | 52 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.67 |
| HSL | 350.27º | 0.29% | 0.25% | - |
| HSV(B) | 350.27º | 0.45% | 0.33% | - |
| XYZ | 5.16 | 4.04 | 3.76 | - |
| YUV | 57.75 | 124.76 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 46 | 52 | 0 | 0.45 | 0.37 | 0.67 | 350.27 | 0.29 | 0.25 |
| Hex | 53 | 2E | 34 | 0 | 2D | 25 | 43 | 15E | 1D | 19 |
| Octal | 123 | 56 | 64 | 0 | 55 | 45 | 103 | 536 | 35 | 31 |
| Binary | 1010011 | 101110 | 110100 | 0 | 101101 | 100101 | 1000011 | 101011110 | 11101 | 11001 |
Color Harmonies of #532E34
Complementary color
Monochromatic Colors of #532E34
Black with #532E34
Text Example
Text Example
White with #532E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532E34; }
p { color: rgb(83,46,52); }
H1.HeaderClassName
{
color: #532E34;
}
.AnyTagClassName
{
color: #532E34;
}
</style>
background-color css
<style>
a { background-color: #532E34; }
a { background-color: rgb(83,46,52); }
div.DivClassName
{
background-color: #532E34;
}
.BgClassName
{
background-color: #532E34;
}
</style>
border-color css
<style>
span { border-color: #532E34; }
span { border-color: rgb(83,46,52); }
td.TdClassName
{
border-color: #532E34;
}
.TagClassName
{
border-color: #532E34;
}
</style>