Shades of Wine Berry #532A33
Tints of Wine Berry #532A33
RGB
CMYK
RGB Variations
Color information
#532A33 (or 0x532A33) is known color: Wine Berry. HEX triplet: 53, 2A and 33. RGB value is (83,42,51). Sum of RGB (Red+Green+Blue) = 83+42+51=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 42 (16.80% from 255 or 23.86% from 176); Blue value is 51 (20.31% from 255 or 28.98% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #532A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532A33 is #ACD5CC. Grayscale: #373737. Windows color (decimal): -11326925 or 3353171. OLE color: 3353171.
HSL color Cylindrical-coordinate representation of color #532A33: hue angle of 346.83º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #532A33 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 42 | 51 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.67 |
| HSL | 346.83º | 0.33% | 0.25% | - |
| HSV(B) | 346.83º | 0.49% | 0.33% | - |
| XYZ | 4.99 | 3.73 | 3.59 | - |
| YUV | 55.29 | 125.58 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 42 | 51 | 0 | 0.49 | 0.39 | 0.67 | 346.83 | 0.33 | 0.25 |
| Hex | 53 | 2A | 33 | 0 | 31 | 27 | 43 | 15B | 21 | 19 |
| Octal | 123 | 52 | 63 | 0 | 61 | 47 | 103 | 533 | 41 | 31 |
| Binary | 1010011 | 101010 | 110011 | 0 | 110001 | 100111 | 1000011 | 101011011 | 100001 | 11001 |
Color Harmonies of #532A33
Complementary color
Monochromatic Colors of #532A33
Black with #532A33
Text Example
Text Example
White with #532A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532A33; }
p { color: rgb(83,42,51); }
H1.HeaderClassName
{
color: #532A33;
}
.AnyTagClassName
{
color: #532A33;
}
</style>
background-color css
<style>
a { background-color: #532A33; }
a { background-color: rgb(83,42,51); }
div.DivClassName
{
background-color: #532A33;
}
.BgClassName
{
background-color: #532A33;
}
</style>
border-color css
<style>
span { border-color: #532A33; }
span { border-color: rgb(83,42,51); }
td.TdClassName
{
border-color: #532A33;
}
.TagClassName
{
border-color: #532A33;
}
</style>