#553237

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

Shades of Wine Berry #553237

Tints of Wine Berry #553237

Color information

#553237 (or 0x553237) is unknown color: approx Wine Berry. HEX triplet: 55, 32 and 37. RGB value is (85,50,55). Sum of RGB (Red+Green+Blue) = 85+50+55=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 55 (21.88% from 255 or 28.95% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #553237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553237 is #AACDC8. Grayscale: #3D3D3D. Windows color (decimal): -11193801 or 3617365. OLE color: 3617365.

HSL color Cylindrical-coordinate representation of color #553237: hue angle of 351.43º 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 #553237 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB855055-
CMYK00.410.350.67
HSL351.43º25.93%26.47%-
HSV(B)351.43º41.18%33.33%-
XYZ5.584.494.19-
YUV61.04124.6145.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.74%
GREEN value IS 50 (19.92% from 255) = 26.32%
BLUE value IS 55 (21.88% from 255) = 28.95%
R=44.74%
G=26.32%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85505500.410.350.67351.4325.9326.47
Hex553237029234315f1a1a
Octal1256267051431035373232
Binary1010101110010110111010100110001110000111010111111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553237; }

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

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

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

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

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

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

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

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