#552D33

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

Shades of Wine Berry #552D33

Tints of Wine Berry #552D33

Color information

#552D33 (or 0x552D33) is unknown color: approx Wine Berry. HEX triplet: 55, 2D and 33. RGB value is (85,45,51). Sum of RGB (Red+Green+Blue) = 85+45+51=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 51 (20.31% from 255 or 28.18% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #552D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552D33 is #AAD2CC. Grayscale: #393939. Windows color (decimal): -11195085 or 3353941. OLE color: 3353941.

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

Color convert

RGB854551-
CMYK00.470.400.67
HSL351º30.77%25.49%-
HSV(B)351º47.06%33.33%-
XYZ5.284.053.63-
YUV57.64124.25147.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.96%
GREEN value IS 45 (17.97% from 255) = 24.86%
BLUE value IS 51 (20.31% from 255) = 28.18%
R=46.96%
G=24.86%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85455100.470.400.6735130.7725.49
Hex552D3302F284315f1f19
Octal1255563057501035373731
Binary1010101101101110011010111110100010000111010111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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