#553940

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

Shades of Wine Berry #553940

Tints of Wine Berry #553940

Color information

#553940 (or 0x553940) is unknown color: approx Wine Berry. HEX triplet: 55, 39 and 40. RGB value is (85,57,64). Sum of RGB (Red+Green+Blue) = 85+57+64=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #553940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553940 is #AAC6BF. Grayscale: #424242. Windows color (decimal): -11192000 or 4208981. OLE color: 4208981.

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

Color convert

RGB855764-
CMYK00.330.250.67
HSL345º19.72%27.84%-
HSV(B)345º32.94%33.33%-
XYZ6.135.235.54-
YUV66.17126.78141.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.26%
GREEN value IS 57 (22.66% from 255) = 27.67%
BLUE value IS 64 (25.39% from 255) = 31.07%
R=41.26%
G=27.67%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85576400.330.250.6734519.7227.84
Hex5539400211943159141c
Octal12571100041311035312434
Binary1010101111001100000001000011100110000111010110011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553940; }

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

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

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

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

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

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

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

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