#552D34

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

Shades of Wine Berry #552D34

Tints of Wine Berry #552D34

Color information

#552D34 (or 0x552D34) is unknown color: approx Wine Berry. HEX triplet: 55, 2D and 34. RGB value is (85,45,52). Sum of RGB (Red+Green+Blue) = 85+45+52=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 52 (20.70% from 255 or 28.57% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #552D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552D34 is #AAD2CB. Grayscale: #393939. Windows color (decimal): -11195084 or 3419477. OLE color: 3419477.

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

Color convert

RGB854552-
CMYK00.470.390.67
HSL349.5º30.77%25.49%-
HSV(B)349.5º47.06%33.33%-
XYZ5.34.063.75-
YUV57.76124.75147.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.70%
GREEN value IS 45 (17.97% from 255) = 24.73%
BLUE value IS 52 (20.70% from 255) = 28.57%
R=46.70%
G=24.73%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85455200.470.390.67349.530.7725.49
Hex552D3402F274315e1f19
Octal1255564057471035363731
Binary1010101101101110100010111110011110000111010111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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