Shades of Wine Berry #55363F
Tints of Wine Berry #55363F
RGB
CMYK
RGB Variations
Color information
#55363F (or 0x55363F) is known color: Wine Berry. HEX triplet: 55, 36 and 3F. RGB value is (85,54,63). Sum of RGB (Red+Green+Blue) = 85+54+63=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 85 - color contains mainly: red. Hex color #55363F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55363F is #AAC9C0. Grayscale: #404040. Windows color (decimal): -11192769 or 4142677. OLE color: 4142677.
HSL color Cylindrical-coordinate representation of color #55363F: hue angle of 342.58º 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 #55363F is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 54 | 63 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.67 |
| HSL | 342.58º | 0.22% | 0.27% | - |
| HSV(B) | 342.58º | 0.36% | 0.33% | - |
| XYZ | 5.96 | 4.93 | 5.34 | - |
| YUV | 64.3 | 127.27 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 54 | 63 | 0 | 0.36 | 0.26 | 0.67 | 342.58 | 0.22 | 0.27 |
| Hex | 55 | 36 | 3F | 0 | 24 | 1A | 43 | 157 | 16 | 1B |
| Octal | 125 | 66 | 77 | 0 | 44 | 32 | 103 | 527 | 26 | 33 |
| Binary | 1010101 | 110110 | 111111 | 0 | 100100 | 11010 | 1000011 | 101010111 | 10110 | 11011 |
Color Harmonies of #55363F
Complementary color
Monochromatic Colors of #55363F
Black with #55363F
Text Example
Text Example
White with #55363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55363F; }
p { color: rgb(85,54,63); }
H1.HeaderClassName
{
color: #55363F;
}
.AnyTagClassName
{
color: #55363F;
}
</style>
background-color css
<style>
a { background-color: #55363F; }
a { background-color: rgb(85,54,63); }
div.DivClassName
{
background-color: #55363F;
}
.BgClassName
{
background-color: #55363F;
}
</style>
border-color css
<style>
span { border-color: #55363F; }
span { border-color: rgb(85,54,63); }
td.TdClassName
{
border-color: #55363F;
}
.TagClassName
{
border-color: #55363F;
}
</style>