Shades of Wine Berry #532D33
Tints of Wine Berry #532D33
RGB
CMYK
RGB Variations
Color information
#532D33 (or 0x532D33) is known color: Wine Berry. HEX triplet: 53, 2D and 33. RGB value is (83,45,51). Sum of RGB (Red+Green+Blue) = 83+45+51=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 45 (17.97% from 255 or 25.14% from 179); Blue value is 51 (20.31% from 255 or 28.49% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #532D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D33 is #ACD2CC. Grayscale: #393939. Windows color (decimal): -11326157 or 3353939. OLE color: 3353939.
HSL color Cylindrical-coordinate representation of color #532D33: hue angle of 350.53º 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 #532D33 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 45 | 51 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.67 |
| HSL | 350.53º | 0.3% | 0.25% | - |
| HSV(B) | 350.53º | 0.46% | 0.33% | - |
| XYZ | 5.1 | 3.95 | 3.63 | - |
| YUV | 57.05 | 124.59 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 45 | 51 | 0 | 0.46 | 0.39 | 0.67 | 350.53 | 0.3 | 0.25 |
| Hex | 53 | 2D | 33 | 0 | 2E | 27 | 43 | 15F | 1E | 19 |
| Octal | 123 | 55 | 63 | 0 | 56 | 47 | 103 | 537 | 36 | 31 |
| Binary | 1010011 | 101101 | 110011 | 0 | 101110 | 100111 | 1000011 | 101011111 | 11110 | 11001 |
Color Harmonies of #532D33
Complementary color
Monochromatic Colors of #532D33
Black with #532D33
Text Example
Text Example
White with #532D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532D33; }
p { color: rgb(83,45,51); }
H1.HeaderClassName
{
color: #532D33;
}
.AnyTagClassName
{
color: #532D33;
}
</style>
background-color css
<style>
a { background-color: #532D33; }
a { background-color: rgb(83,45,51); }
div.DivClassName
{
background-color: #532D33;
}
.BgClassName
{
background-color: #532D33;
}
</style>
border-color css
<style>
span { border-color: #532D33; }
span { border-color: rgb(83,45,51); }
td.TdClassName
{
border-color: #532D33;
}
.TagClassName
{
border-color: #532D33;
}
</style>