#553037

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

Shades of Wine Berry #553037

Tints of Wine Berry #553037

Color information

#553037 (or 0x553037) is unknown color: approx Wine Berry. HEX triplet: 55, 30 and 37. RGB value is (85,48,55). Sum of RGB (Red+Green+Blue) = 85+48+55=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 55 (21.88% from 255 or 29.26% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #553037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553037 is #AACFC8. Grayscale: #3B3B3B. Windows color (decimal): -11194313 or 3616853. OLE color: 3616853.

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

Color convert

RGB854855-
CMYK00.440.350.67
HSL348.65º27.82%26.08%-
HSV(B)348.65º43.53%33.33%-
XYZ5.494.324.16-
YUV59.86125.26145.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.21%
GREEN value IS 48 (19.14% from 255) = 25.53%
BLUE value IS 55 (21.88% from 255) = 29.26%
R=45.21%
G=25.53%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85485500.440.350.67348.6527.8226.08
Hex55303702C234315d1c1a
Octal1256067054431035353432
Binary1010101110000110111010110010001110000111010111011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553037; }

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

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

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

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

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

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

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

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