Shades of Wine Berry #532D34
Tints of Wine Berry #532D34
RGB
CMYK
RGB Variations
Color information
#532D34 (or 0x532D34) is known color: Wine Berry. HEX triplet: 53, 2D and 34. RGB value is (83,45,52). Sum of RGB (Red+Green+Blue) = 83+45+52=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 45 (17.97% from 255 or 25% from 180); Blue value is 52 (20.70% from 255 or 28.89% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #532D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D34 is #ACD2CB. Grayscale: #393939. Windows color (decimal): -11326156 or 3419475. OLE color: 3419475.
HSL color Cylindrical-coordinate representation of color #532D34: hue angle of 348.95º 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 #532D34 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 45 | 52 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.67 |
| HSL | 348.95º | 0.3% | 0.25% | - |
| HSV(B) | 348.95º | 0.46% | 0.33% | - |
| XYZ | 5.13 | 3.96 | 3.74 | - |
| YUV | 57.16 | 125.09 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 45 | 52 | 0 | 0.46 | 0.37 | 0.67 | 348.95 | 0.3 | 0.25 |
| Hex | 53 | 2D | 34 | 0 | 2E | 25 | 43 | 15D | 1E | 19 |
| Octal | 123 | 55 | 64 | 0 | 56 | 45 | 103 | 535 | 36 | 31 |
| Binary | 1010011 | 101101 | 110100 | 0 | 101110 | 100101 | 1000011 | 101011101 | 11110 | 11001 |
Color Harmonies of #532D34
Complementary color
Monochromatic Colors of #532D34
Black with #532D34
Text Example
Text Example
White with #532D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532D34; }
p { color: rgb(83,45,52); }
H1.HeaderClassName
{
color: #532D34;
}
.AnyTagClassName
{
color: #532D34;
}
</style>
background-color css
<style>
a { background-color: #532D34; }
a { background-color: rgb(83,45,52); }
div.DivClassName
{
background-color: #532D34;
}
.BgClassName
{
background-color: #532D34;
}
</style>
border-color css
<style>
span { border-color: #532D34; }
span { border-color: rgb(83,45,52); }
td.TdClassName
{
border-color: #532D34;
}
.TagClassName
{
border-color: #532D34;
}
</style>