#55353C

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

Shades of Wine Berry #55353C

Tints of Wine Berry #55353C

Color information

#55353C (or 0x55353C) is unknown color: approx Wine Berry. HEX triplet: 55, 35 and 3C. RGB value is (85,53,60). Sum of RGB (Red+Green+Blue) = 85+53+60=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 60 (23.83% from 255 or 30.30% from 198); Max value from RGB is 85 - color contains mainly: red. Hex color #55353C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55353C is #AACAC3. Grayscale: #3F3F3F. Windows color (decimal): -11193028 or 3945813. OLE color: 3945813.

HSL color Cylindrical-coordinate representation of color #55353C: hue angle of 346.88º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55353C is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB855360-
CMYK00.380.290.67
HSL346.88º23.19%27.06%-
HSV(B)346.88º37.65%33.33%-
XYZ5.844.84.89-
YUV63.37126.1143.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.93%
GREEN value IS 53 (21.09% from 255) = 26.77%
BLUE value IS 60 (23.83% from 255) = 30.30%
R=42.93%
G=26.77%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85536000.380.290.67346.8823.1927.06
Hex55353C0261D4315b171b
Octal1256574046351035332733
Binary101010111010111110001001101110110000111010110111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55353C; }

 p { color: rgb(85,53,60); }

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

<style>
 a { background-color: #55353C; }

 a { background-color: rgb(85,53,60); }

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

<style>
 span { border-color: #55353C; }

 span { border-color: rgb(85,53,60); }

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