Shades of Wine Berry #55323D
Tints of Wine Berry #55323D
RGB
CMYK
RGB Variations
Color information
#55323D (or 0x55323D) is known color: Wine Berry. HEX triplet: 55, 32 and 3D. RGB value is (85,50,61). Sum of RGB (Red+Green+Blue) = 85+50+61=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #55323D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55323D is #AACDC2. Grayscale: #3D3D3D. Windows color (decimal): -11193795 or 4010581. OLE color: 4010581.
HSL color Cylindrical-coordinate representation of color #55323D: hue angle of 341.14º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55323D is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 50 | 61 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.67 |
| HSL | 341.14º | 0.26% | 0.26% | - |
| HSV(B) | 341.14º | 0.41% | 0.33% | - |
| XYZ | 5.73 | 4.55 | 4.99 | - |
| YUV | 61.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 50 | 61 | 0 | 0.41 | 0.28 | 0.67 | 341.14 | 0.26 | 0.26 |
| Hex | 55 | 32 | 3D | 0 | 29 | 1C | 43 | 155 | 1A | 1A |
| Octal | 125 | 62 | 75 | 0 | 51 | 34 | 103 | 525 | 32 | 32 |
| Binary | 1010101 | 110010 | 111101 | 0 | 101001 | 11100 | 1000011 | 101010101 | 11010 | 11010 |
Color Harmonies of #55323D
Complementary color
Monochromatic Colors of #55323D
Black with #55323D
Text Example
Text Example
White with #55323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55323D; }
p { color: rgb(85,50,61); }
H1.HeaderClassName
{
color: #55323D;
}
.AnyTagClassName
{
color: #55323D;
}
</style>
background-color css
<style>
a { background-color: #55323D; }
a { background-color: rgb(85,50,61); }
div.DivClassName
{
background-color: #55323D;
}
.BgClassName
{
background-color: #55323D;
}
</style>
border-color css
<style>
span { border-color: #55323D; }
span { border-color: rgb(85,50,61); }
td.TdClassName
{
border-color: #55323D;
}
.TagClassName
{
border-color: #55323D;
}
</style>