#553640

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

Shades of Wine Berry #553640

Tints of Wine Berry #553640

Color information

#553640 (or 0x553640) is unknown color: approx Wine Berry. HEX triplet: 55, 36 and 40. RGB value is (85,54,64). Sum of RGB (Red+Green+Blue) = 85+54+64=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #553640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553640 is #AAC9BF. Grayscale: #404040. Windows color (decimal): -11192768 or 4208213. OLE color: 4208213.

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

Color convert

RGB855464-
CMYK00.360.250.67
HSL340.65º22.3%27.25%-
HSV(B)340.65º36.47%33.33%-
XYZ5.994.945.49-
YUV64.41127.77142.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.87%
GREEN value IS 54 (21.48% from 255) = 26.60%
BLUE value IS 64 (25.39% from 255) = 31.53%
R=41.87%
G=26.60%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85546400.360.250.67340.6522.327.25
Hex5536400241943155161b
Octal12566100044311035252633
Binary1010101110110100000001001001100110000111010101011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553640; }

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

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

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

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

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

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

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

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