Shades of Wine Berry #55383D
Tints of Wine Berry #55383D
RGB
CMYK
RGB Variations
Color information
#55383D (or 0x55383D) is known color: Wine Berry. HEX triplet: 55, 38 and 3D. RGB value is (85,56,61). Sum of RGB (Red+Green+Blue) = 85+56+61=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 85 - color contains mainly: red. Hex color #55383D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55383D is #AAC7C2. Grayscale: #414141. Windows color (decimal): -11192259 or 4012117. OLE color: 4012117.
HSL color Cylindrical-coordinate representation of color #55383D: hue angle of 349.66º 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 #55383D is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 56 | 61 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.67 |
| HSL | 349.66º | 0.21% | 0.28% | - |
| HSV(B) | 349.66º | 0.34% | 0.33% | - |
| XYZ | 6 | 5.1 | 5.08 | - |
| YUV | 65.24 | 125.61 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 56 | 61 | 0 | 0.34 | 0.28 | 0.67 | 349.66 | 0.21 | 0.28 |
| Hex | 55 | 38 | 3D | 0 | 22 | 1C | 43 | 15E | 15 | 1C |
| Octal | 125 | 70 | 75 | 0 | 42 | 34 | 103 | 536 | 25 | 34 |
| Binary | 1010101 | 111000 | 111101 | 0 | 100010 | 11100 | 1000011 | 101011110 | 10101 | 11100 |
Color Harmonies of #55383D
Complementary color
Monochromatic Colors of #55383D
Black with #55383D
Text Example
Text Example
White with #55383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55383D; }
p { color: rgb(85,56,61); }
H1.HeaderClassName
{
color: #55383D;
}
.AnyTagClassName
{
color: #55383D;
}
</style>
background-color css
<style>
a { background-color: #55383D; }
a { background-color: rgb(85,56,61); }
div.DivClassName
{
background-color: #55383D;
}
.BgClassName
{
background-color: #55383D;
}
</style>
border-color css
<style>
span { border-color: #55383D; }
span { border-color: rgb(85,56,61); }
td.TdClassName
{
border-color: #55383D;
}
.TagClassName
{
border-color: #55383D;
}
</style>