#552D32

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

Shades of Wine Berry #552D32

Tints of Wine Berry #552D32

Color information

#552D32 (or 0x552D32) is unknown color: approx Wine Berry. HEX triplet: 55, 2D and 32. RGB value is (85,45,50). Sum of RGB (Red+Green+Blue) = 85+45+50=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 45 (17.97% from 255 or 25% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #552D32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552D32 is #AAD2CD. Grayscale: #393939. Windows color (decimal): -11195086 or 3288405. OLE color: 3288405.

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

Color convert

RGB854550-
CMYK00.470.410.67
HSL352.5º30.77%25.49%-
HSV(B)352.5º47.06%33.33%-
XYZ5.264.043.52-
YUV57.53123.75147.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.22%
GREEN value IS 45 (17.97% from 255) = 25%
BLUE value IS 50 (19.92% from 255) = 27.78%
R=47.22%
G=25%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85455000.470.410.67352.530.7725.49
Hex552D3202F29431601f19
Octal1255562057511035403731
Binary1010101101101110010010111110100110000111011000001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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