Shades of Wine Berry #55363D
Tints of Wine Berry #55363D
RGB
CMYK
RGB Variations
Color information
#55363D (or 0x55363D) is known color: Wine Berry. HEX triplet: 55, 36 and 3D. RGB value is (85,54,61). Sum of RGB (Red+Green+Blue) = 85+54+61=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 61 (24.22% from 255 or 30.5% from 200); Max value from RGB is 85 - color contains mainly: red. Hex color #55363D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55363D is #AAC9C2. Grayscale: #404040. Windows color (decimal): -11192771 or 4011605. OLE color: 4011605.
HSL color Cylindrical-coordinate representation of color #55363D: hue angle of 346.45º 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 #55363D is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 54 | 61 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.67 |
| HSL | 346.45º | 0.22% | 0.27% | - |
| HSV(B) | 346.45º | 0.36% | 0.33% | - |
| XYZ | 5.91 | 4.91 | 5.05 | - |
| YUV | 64.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 54 | 61 | 0 | 0.36 | 0.28 | 0.67 | 346.45 | 0.22 | 0.27 |
| Hex | 55 | 36 | 3D | 0 | 24 | 1C | 43 | 15A | 16 | 1B |
| Octal | 125 | 66 | 75 | 0 | 44 | 34 | 103 | 532 | 26 | 33 |
| Binary | 1010101 | 110110 | 111101 | 0 | 100100 | 11100 | 1000011 | 101011010 | 10110 | 11011 |
Color Harmonies of #55363D
Complementary color
Monochromatic Colors of #55363D
Black with #55363D
Text Example
Text Example
White with #55363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55363D; }
p { color: rgb(85,54,61); }
H1.HeaderClassName
{
color: #55363D;
}
.AnyTagClassName
{
color: #55363D;
}
</style>
background-color css
<style>
a { background-color: #55363D; }
a { background-color: rgb(85,54,61); }
div.DivClassName
{
background-color: #55363D;
}
.BgClassName
{
background-color: #55363D;
}
</style>
border-color css
<style>
span { border-color: #55363D; }
span { border-color: rgb(85,54,61); }
td.TdClassName
{
border-color: #55363D;
}
.TagClassName
{
border-color: #55363D;
}
</style>