Shades of Wine Berry #552D35
Tints of Wine Berry #552D35
RGB
CMYK
RGB Variations
Color information
#552D35 (or 0x552D35) is known color: Wine Berry. HEX triplet: 55, 2D and 35. RGB value is (85,45,53). Sum of RGB (Red+Green+Blue) = 85+45+53=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 45 (17.97% from 255 or 24.59% from 183); Blue value is 53 (21.09% from 255 or 28.96% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #552D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552D35 is #AAD2CA. Grayscale: #393939. Windows color (decimal): -11195083 or 3485013. OLE color: 3485013.
HSL color Cylindrical-coordinate representation of color #552D35: hue angle of 348º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #552D35 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 45 | 53 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.67 |
| HSL | 348º | 0.31% | 0.25% | - |
| HSV(B) | 348º | 0.47% | 0.33% | - |
| XYZ | 5.33 | 4.07 | 3.87 | - |
| YUV | 57.87 | 125.25 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 53 | 0 | 0.47 | 0.38 | 0.67 | 348 | 0.31 | 0.25 |
| Hex | 55 | 2D | 35 | 0 | 2F | 26 | 43 | 15C | 1F | 19 |
| Octal | 125 | 55 | 65 | 0 | 57 | 46 | 103 | 534 | 37 | 31 |
| Binary | 1010101 | 101101 | 110101 | 0 | 101111 | 100110 | 1000011 | 101011100 | 11111 | 11001 |
Color Harmonies of #552D35
Complementary color
Monochromatic Colors of #552D35
Black with #552D35
Text Example
Text Example
White with #552D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552D35; }
p { color: rgb(85,45,53); }
H1.HeaderClassName
{
color: #552D35;
}
.AnyTagClassName
{
color: #552D35;
}
</style>
background-color css
<style>
a { background-color: #552D35; }
a { background-color: rgb(85,45,53); }
div.DivClassName
{
background-color: #552D35;
}
.BgClassName
{
background-color: #552D35;
}
</style>
border-color css
<style>
span { border-color: #552D35; }
span { border-color: rgb(85,45,53); }
td.TdClassName
{
border-color: #552D35;
}
.TagClassName
{
border-color: #552D35;
}
</style>