#55363E

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

Shades of Wine Berry #55363E

Tints of Wine Berry #55363E

Color information

#55363E (or 0x55363E) is unknown color: approx Wine Berry. HEX triplet: 55, 36 and 3E. RGB value is (85,54,62). Sum of RGB (Red+Green+Blue) = 85+54+62=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #55363E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55363E is #AAC9C1. Grayscale: #404040. Windows color (decimal): -11192770 or 4077141. OLE color: 4077141.

HSL color Cylindrical-coordinate representation of color #55363E: hue angle of 344.52º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #55363E is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB855462-
CMYK00.360.270.67
HSL344.52º22.3%27.25%-
HSV(B)344.52º36.47%33.33%-
XYZ5.934.925.19-
YUV64.18126.77142.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.29%
GREEN value IS 54 (21.48% from 255) = 26.87%
BLUE value IS 62 (24.61% from 255) = 30.85%
R=42.29%
G=26.87%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85546200.360.270.67344.5222.327.25
Hex55363E0241B43159161b
Octal1256676044331035312633
Binary101010111011011111001001001101110000111010110011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55363E; }

 p { color: rgb(85,54,62); }

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

<style>
 a { background-color: #55363E; }

 a { background-color: rgb(85,54,62); }

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

<style>
 span { border-color: #55363E; }

 span { border-color: rgb(85,54,62); }

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