Shades of Wine Berry #55363E
Tints of Wine Berry #55363E
RGB
CMYK
RGB Variations
Color information
#55363E (or 0x55363E) is known color: Wine Berry. HEX triplet: 55, 36 and 3E. RGB value is (85,54,62). Sum of RGB (Red+Green+Blue) = 85+54+62=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #55363E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55363E is #AAC9C1. Grayscale: #404040. Windows color (decimal): -11192770 or 4077141. OLE color: 4077141.
HSL color Cylindrical-coordinate representation of color #55363E: hue angle of 344.52º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #55363E is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 54 | 62 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.67 |
| HSL | 344.52º | 0.22% | 0.27% | - |
| HSV(B) | 344.52º | 0.36% | 0.33% | - |
| XYZ | 5.93 | 4.92 | 5.19 | - |
| YUV | 64.18 | 126.77 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 54 | 62 | 0 | 0.36 | 0.27 | 0.67 | 344.52 | 0.22 | 0.27 |
| Hex | 55 | 36 | 3E | 0 | 24 | 1B | 43 | 159 | 16 | 1B |
| Octal | 125 | 66 | 76 | 0 | 44 | 33 | 103 | 531 | 26 | 33 |
| Binary | 1010101 | 110110 | 111110 | 0 | 100100 | 11011 | 1000011 | 101011001 | 10110 | 11011 |
Color Harmonies of #55363E
Complementary color
Monochromatic Colors of #55363E
Black with #55363E
Text Example
Text Example
White with #55363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55363E; }
p { color: rgb(85,54,62); }
H1.HeaderClassName
{
color: #55363E;
}
.AnyTagClassName
{
color: #55363E;
}
</style>
background-color css
<style>
a { background-color: #55363E; }
a { background-color: rgb(85,54,62); }
div.DivClassName
{
background-color: #55363E;
}
.BgClassName
{
background-color: #55363E;
}
</style>
border-color css
<style>
span { border-color: #55363E; }
span { border-color: rgb(85,54,62); }
td.TdClassName
{
border-color: #55363E;
}
.TagClassName
{
border-color: #55363E;
}
</style>