Shades of Wine Berry #55282F
Tints of Wine Berry #55282F
RGB
CMYK
RGB Variations
Color information
#55282F (or 0x55282F) is known color: Wine Berry. HEX triplet: 55, 28 and 2F. RGB value is (85,40,47). Sum of RGB (Red+Green+Blue) = 85+40+47=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #55282F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55282F is #AAD7D0. Grayscale: #363636. Windows color (decimal): -11196369 or 3090517. OLE color: 3090517.
HSL color Cylindrical-coordinate representation of color #55282F: hue angle of 350.67º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55282F is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 40 | 47 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.67 |
| HSL | 350.67º | 0.36% | 0.25% | - |
| HSV(B) | 350.67º | 0.53% | 0.33% | - |
| XYZ | 5.02 | 3.65 | 3.13 | - |
| YUV | 54.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 40 | 47 | 0 | 0.53 | 0.45 | 0.67 | 350.67 | 0.36 | 0.25 |
| Hex | 55 | 28 | 2F | 0 | 35 | 2D | 43 | 15F | 24 | 19 |
| Octal | 125 | 50 | 57 | 0 | 65 | 55 | 103 | 537 | 44 | 31 |
| Binary | 1010101 | 101000 | 101111 | 0 | 110101 | 101101 | 1000011 | 101011111 | 100100 | 11001 |
Color Harmonies of #55282F
Complementary color
Monochromatic Colors of #55282F
Black with #55282F
Text Example
Text Example
White with #55282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55282F; }
p { color: rgb(85,40,47); }
H1.HeaderClassName
{
color: #55282F;
}
.AnyTagClassName
{
color: #55282F;
}
</style>
background-color css
<style>
a { background-color: #55282F; }
a { background-color: rgb(85,40,47); }
div.DivClassName
{
background-color: #55282F;
}
.BgClassName
{
background-color: #55282F;
}
</style>
border-color css
<style>
span { border-color: #55282F; }
span { border-color: rgb(85,40,47); }
td.TdClassName
{
border-color: #55282F;
}
.TagClassName
{
border-color: #55282F;
}
</style>