Shades of Wine Berry #532B32
Tints of Wine Berry #532B32
RGB
CMYK
RGB Variations
Color information
#532B32 (or 0x532B32) is known color: Wine Berry. HEX triplet: 53, 2B and 32. RGB value is (83,43,50). Sum of RGB (Red+Green+Blue) = 83+43+50=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 43 (17.19% from 255 or 24.43% from 176); Blue value is 50 (19.92% from 255 or 28.41% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #532B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532B32 is #ACD4CD. Grayscale: #373737. Windows color (decimal): -11326670 or 3287891. OLE color: 3287891.
HSL color Cylindrical-coordinate representation of color #532B32: hue angle of 349.5º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #532B32 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 43 | 50 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.67 |
| HSL | 349.5º | 0.32% | 0.25% | - |
| HSV(B) | 349.5º | 0.48% | 0.33% | - |
| XYZ | 5.01 | 3.8 | 3.49 | - |
| YUV | 55.76 | 124.75 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 43 | 50 | 0 | 0.48 | 0.40 | 0.67 | 349.5 | 0.32 | 0.25 |
| Hex | 53 | 2B | 32 | 0 | 30 | 28 | 43 | 15E | 20 | 19 |
| Octal | 123 | 53 | 62 | 0 | 60 | 50 | 103 | 536 | 40 | 31 |
| Binary | 1010011 | 101011 | 110010 | 0 | 110000 | 101000 | 1000011 | 101011110 | 100000 | 11001 |
Color Harmonies of #532B32
Complementary color
Monochromatic Colors of #532B32
Black with #532B32
Text Example
Text Example
White with #532B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532B32; }
p { color: rgb(83,43,50); }
H1.HeaderClassName
{
color: #532B32;
}
.AnyTagClassName
{
color: #532B32;
}
</style>
background-color css
<style>
a { background-color: #532B32; }
a { background-color: rgb(83,43,50); }
div.DivClassName
{
background-color: #532B32;
}
.BgClassName
{
background-color: #532B32;
}
</style>
border-color css
<style>
span { border-color: #532B32; }
span { border-color: rgb(83,43,50); }
td.TdClassName
{
border-color: #532B32;
}
.TagClassName
{
border-color: #532B32;
}
</style>