#553137

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

Shades of Wine Berry #553137

Tints of Wine Berry #553137

Color information

#553137 (or 0x553137) is unknown color: approx Wine Berry. HEX triplet: 55, 31 and 37. RGB value is (85,49,55). Sum of RGB (Red+Green+Blue) = 85+49+55=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 49 (19.53% from 255 or 25.93% from 189); Blue value is 55 (21.88% from 255 or 29.10% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #553137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553137 is #AACEC8. Grayscale: #3C3C3C. Windows color (decimal): -11194057 or 3617109. OLE color: 3617109.

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

Color convert

RGB854955-
CMYK00.420.350.67
HSL350º26.87%26.27%-
HSV(B)350º42.35%33.33%-
XYZ5.534.44.17-
YUV60.45124.93145.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.97%
GREEN value IS 49 (19.53% from 255) = 25.93%
BLUE value IS 55 (21.88% from 255) = 29.10%
R=44.97%
G=25.93%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85495500.420.350.6735026.8726.27
Hex55313702A234315e1b1a
Octal1256167052431035363332
Binary1010101110001110111010101010001110000111010111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553137; }

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

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

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

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

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

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

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

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