#552D37

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

Shades of Wine Berry #552D37

Tints of Wine Berry #552D37

Color information

#552D37 (or 0x552D37) is unknown color: approx Wine Berry. HEX triplet: 55, 2D and 37. RGB value is (85,45,55). Sum of RGB (Red+Green+Blue) = 85+45+55=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 45 (17.97% from 255 or 24.32% from 185); Blue value is 55 (21.88% from 255 or 29.73% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #552D37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552D37 is #AAD2C8. Grayscale: #3A3A3A. Windows color (decimal): -11195081 or 3616085. OLE color: 3616085.

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

Color convert

RGB854555-
CMYK00.470.350.67
HSL345º30.77%25.49%-
HSV(B)345º47.06%33.33%-
XYZ5.374.084.12-
YUV58.1126.25147.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.95%
GREEN value IS 45 (17.97% from 255) = 24.32%
BLUE value IS 55 (21.88% from 255) = 29.73%
R=45.95%
G=24.32%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85455500.470.350.6734530.7725.49
Hex552D3702F23431591f19
Octal1255567057431035313731
Binary1010101101101110111010111110001110000111010110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552D37; }

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

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

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

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

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

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

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

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