#55363D

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

Shades of Wine Berry #55363D

Tints of Wine Berry #55363D

Color information

#55363D (or 0x55363D) is unknown color: approx Wine Berry. HEX triplet: 55, 36 and 3D. RGB value is (85,54,61). Sum of RGB (Red+Green+Blue) = 85+54+61=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 61 (24.22% from 255 or 30.5% from 200); Max value from RGB is 85 - color contains mainly: red. Hex color #55363D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55363D is #AAC9C2. Grayscale: #404040. Windows color (decimal): -11192771 or 4011605. OLE color: 4011605.

HSL color Cylindrical-coordinate representation of color #55363D: hue angle of 346.45º 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 #55363D is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB855461-
CMYK00.360.280.67
HSL346.45º22.3%27.25%-
HSV(B)346.45º36.47%33.33%-
XYZ5.914.915.05-
YUV64.07126.27142.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.5%
GREEN value IS 54 (21.48% from 255) = 27%
BLUE value IS 61 (24.22% from 255) = 30.5%
R=42.5%
G=27%
B=30.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85546100.360.280.67346.4522.327.25
Hex55363D0241C4315a161b
Octal1256675044341035322633
Binary101010111011011110101001001110010000111010110101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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