#553740

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

Shades of Wine Berry #553740

Tints of Wine Berry #553740

Color information

#553740 (or 0x553740) is unknown color: approx Wine Berry. HEX triplet: 55, 37 and 40. RGB value is (85,55,64). Sum of RGB (Red+Green+Blue) = 85+55+64=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 85 - color contains mainly: red. Hex color #553740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553740 is #AAC8BF. Grayscale: #404040. Windows color (decimal): -11192512 or 4208469. OLE color: 4208469.

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

Color convert

RGB855564-
CMYK00.350.250.67
HSL342º21.43%27.45%-
HSV(B)342º35.29%33.33%-
XYZ6.045.035.5-
YUV65127.44142.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.67%
GREEN value IS 55 (21.88% from 255) = 26.96%
BLUE value IS 64 (25.39% from 255) = 31.37%
R=41.67%
G=26.96%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85556400.350.250.6734221.4327.45
Hex5537400231943156151b
Octal12567100043311035262533
Binary1010101110111100000001000111100110000111010101101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553740; }

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

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

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

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

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

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

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

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