Shades of Wine Berry #55383F
Tints of Wine Berry #55383F
RGB
CMYK
RGB Variations
Color information
#55383F (or 0x55383F) is known color: Wine Berry. HEX triplet: 55, 38 and 3F. RGB value is (85,56,63). Sum of RGB (Red+Green+Blue) = 85+56+63=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 85 - color contains mainly: red. Hex color #55383F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55383F is #AAC7C0. Grayscale: #414141. Windows color (decimal): -11192257 or 4143189. OLE color: 4143189.
HSL color Cylindrical-coordinate representation of color #55383F: hue angle of 345.52º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #55383F is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 56 | 63 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.67 |
| HSL | 345.52º | 0.21% | 0.28% | - |
| HSV(B) | 345.52º | 0.34% | 0.33% | - |
| XYZ | 6.06 | 5.12 | 5.37 | - |
| YUV | 65.47 | 126.61 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 56 | 63 | 0 | 0.34 | 0.26 | 0.67 | 345.52 | 0.21 | 0.28 |
| Hex | 55 | 38 | 3F | 0 | 22 | 1A | 43 | 15A | 15 | 1C |
| Octal | 125 | 70 | 77 | 0 | 42 | 32 | 103 | 532 | 25 | 34 |
| Binary | 1010101 | 111000 | 111111 | 0 | 100010 | 11010 | 1000011 | 101011010 | 10101 | 11100 |
Color Harmonies of #55383F
Complementary color
Monochromatic Colors of #55383F
Black with #55383F
Text Example
Text Example
White with #55383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55383F; }
p { color: rgb(85,56,63); }
H1.HeaderClassName
{
color: #55383F;
}
.AnyTagClassName
{
color: #55383F;
}
</style>
background-color css
<style>
a { background-color: #55383F; }
a { background-color: rgb(85,56,63); }
div.DivClassName
{
background-color: #55383F;
}
.BgClassName
{
background-color: #55383F;
}
</style>
border-color css
<style>
span { border-color: #55383F; }
span { border-color: rgb(85,56,63); }
td.TdClassName
{
border-color: #55383F;
}
.TagClassName
{
border-color: #55383F;
}
</style>