#553240

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

Shades of Wine Berry #553240

Tints of Wine Berry #553240

Color information

#553240 (or 0x553240) is unknown color: approx Wine Berry. HEX triplet: 55, 32 and 40. RGB value is (85,50,64). Sum of RGB (Red+Green+Blue) = 85+50+64=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 85 - color contains mainly: red. Hex color #553240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553240 is #AACDBF. Grayscale: #3E3E3E. Windows color (decimal): -11193792 or 4207189. OLE color: 4207189.

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

Color convert

RGB855064-
CMYK00.410.250.67
HSL336º25.93%26.47%-
HSV(B)336º41.18%33.33%-
XYZ5.814.585.43-
YUV62.06129.1144.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.71%
GREEN value IS 50 (19.92% from 255) = 25.13%
BLUE value IS 64 (25.39% from 255) = 32.16%
R=42.71%
G=25.13%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85506400.410.250.6733625.9326.47
Hex55324002919431501a1a
Octal12562100051311035203232
Binary1010101110010100000001010011100110000111010100001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553240; }

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

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

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

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

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

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

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

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