Shades of Wine Berry #532D36
Tints of Wine Berry #532D36
RGB
CMYK
RGB Variations
Color information
#532D36 (or 0x532D36) is known color: Wine Berry. HEX triplet: 53, 2D and 36. RGB value is (83,45,54). Sum of RGB (Red+Green+Blue) = 83+45+54=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 54 (21.48% from 255 or 29.67% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #532D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D36 is #ACD2C9. Grayscale: #393939. Windows color (decimal): -11326154 or 3550547. OLE color: 3550547.
HSL color Cylindrical-coordinate representation of color #532D36: hue angle of 345.79º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #532D36 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 45 | 54 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.67 |
| HSL | 345.79º | 0.3% | 0.25% | - |
| HSV(B) | 345.79º | 0.46% | 0.33% | - |
| XYZ | 5.17 | 3.98 | 3.99 | - |
| YUV | 57.39 | 126.09 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 45 | 54 | 0 | 0.46 | 0.35 | 0.67 | 345.79 | 0.3 | 0.25 |
| Hex | 53 | 2D | 36 | 0 | 2E | 23 | 43 | 15A | 1E | 19 |
| Octal | 123 | 55 | 66 | 0 | 56 | 43 | 103 | 532 | 36 | 31 |
| Binary | 1010011 | 101101 | 110110 | 0 | 101110 | 100011 | 1000011 | 101011010 | 11110 | 11001 |
Color Harmonies of #532D36
Complementary color
Monochromatic Colors of #532D36
Black with #532D36
Text Example
Text Example
White with #532D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532D36; }
p { color: rgb(83,45,54); }
H1.HeaderClassName
{
color: #532D36;
}
.AnyTagClassName
{
color: #532D36;
}
</style>
background-color css
<style>
a { background-color: #532D36; }
a { background-color: rgb(83,45,54); }
div.DivClassName
{
background-color: #532D36;
}
.BgClassName
{
background-color: #532D36;
}
</style>
border-color css
<style>
span { border-color: #532D36; }
span { border-color: rgb(83,45,54); }
td.TdClassName
{
border-color: #532D36;
}
.TagClassName
{
border-color: #532D36;
}
</style>