#552C37

Color #552C37 Wine Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wine Berry #552C37

Tints of Wine Berry #552C37

Color information

#552C37 (or 0x552C37) is unknown color: approx Wine Berry. HEX triplet: 55, 2C and 37. RGB value is (85,44,55). Sum of RGB (Red+Green+Blue) = 85+44+55=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 44 (17.58% from 255 or 23.91% from 184); Blue value is 55 (21.88% from 255 or 29.89% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #552C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C37 is #AAD3C8. Grayscale: #393939. Windows color (decimal): -11195337 or 3615829. OLE color: 3615829.

HSL color Cylindrical-coordinate representation of color #552C37: hue angle of 343.9º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #552C37 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB854455-
CMYK00.480.350.67
HSL343.9º31.78%25.29%-
HSV(B)343.9º48.24%33.33%-
XYZ5.344.014.11-
YUV57.51126.58147.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 46.20%
GREEN value IS 44 (17.58% from 255) = 23.91%
BLUE value IS 55 (21.88% from 255) = 29.89%
R=46.20%
G=23.91%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85445500.480.350.67343.931.7825.29
Hex552C3703023431582019
Octal1255467060431035304031
Binary10101011011001101110110000100011100001110101100010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552C37; }

 p { color: rgb(85,44,55); }

 H1.HeaderClassName
 {
   color: #552C37;
 }
 .AnyTagClassName
 {
   color: #552C37;
 }
</style>
background-color css

<style>
 a { background-color: #552C37; }

 a { background-color: rgb(85,44,55); }

 div.DivClassName
 {
   background-color: #552C37;
 }
 .BgClassName
 {
   background-color: #552C37;
 }
</style>
border-color css

<style>
 span { border-color: #552C37; }

 span { border-color: rgb(85,44,55); }

 td.TdClassName
 {
   border-color: #552C37;
 }
 .TagClassName
 {
   border-color: #552C37;
 }
</style>