Shades of Wine Berry #532C35
Tints of Wine Berry #532C35
RGB
CMYK
RGB Variations
Color information
#532C35 (or 0x532C35) is known color: Wine Berry. HEX triplet: 53, 2C and 35. RGB value is (83,44,53). Sum of RGB (Red+Green+Blue) = 83+44+53=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 44 (17.58% from 255 or 24.44% from 180); Blue value is 53 (21.09% from 255 or 29.44% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #532C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C35 is #ACD3CA. Grayscale: #383838. Windows color (decimal): -11326411 or 3484755. OLE color: 3484755.
HSL color Cylindrical-coordinate representation of color #532C35: hue angle of 346.15º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #532C35 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 44 | 53 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.67 |
| HSL | 346.15º | 0.31% | 0.25% | - |
| HSV(B) | 346.15º | 0.47% | 0.33% | - |
| XYZ | 5.11 | 3.9 | 3.85 | - |
| YUV | 56.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 53 | 0 | 0.47 | 0.36 | 0.67 | 346.15 | 0.31 | 0.25 |
| Hex | 53 | 2C | 35 | 0 | 2F | 24 | 43 | 15A | 1F | 19 |
| Octal | 123 | 54 | 65 | 0 | 57 | 44 | 103 | 532 | 37 | 31 |
| Binary | 1010011 | 101100 | 110101 | 0 | 101111 | 100100 | 1000011 | 101011010 | 11111 | 11001 |
Color Harmonies of #532C35
Complementary color
Monochromatic Colors of #532C35
Black with #532C35
Text Example
Text Example
White with #532C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532C35; }
p { color: rgb(83,44,53); }
H1.HeaderClassName
{
color: #532C35;
}
.AnyTagClassName
{
color: #532C35;
}
</style>
background-color css
<style>
a { background-color: #532C35; }
a { background-color: rgb(83,44,53); }
div.DivClassName
{
background-color: #532C35;
}
.BgClassName
{
background-color: #532C35;
}
</style>
border-color css
<style>
span { border-color: #532C35; }
span { border-color: rgb(83,44,53); }
td.TdClassName
{
border-color: #532C35;
}
.TagClassName
{
border-color: #532C35;
}
</style>