#552D36

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

Shades of Wine Berry #552D36

Tints of Wine Berry #552D36

Color information

#552D36 (or 0x552D36) is unknown color: approx Wine Berry. HEX triplet: 55, 2D and 36. RGB value is (85,45,54). Sum of RGB (Red+Green+Blue) = 85+45+54=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 45 (17.97% from 255 or 24.46% from 184); Blue value is 54 (21.48% from 255 or 29.35% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #552D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552D36 is #AAD2C9. Grayscale: #393939. Windows color (decimal): -11195082 or 3550549. OLE color: 3550549.

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

Color convert

RGB854554-
CMYK00.470.360.67
HSL346.5º30.77%25.49%-
HSV(B)346.5º47.06%33.33%-
XYZ5.354.073.99-
YUV57.99125.75147.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.20%
GREEN value IS 45 (17.97% from 255) = 24.46%
BLUE value IS 54 (21.48% from 255) = 29.35%
R=46.20%
G=24.46%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85455400.470.360.67346.530.7725.49
Hex552D3602F244315a1f19
Octal1255566057441035323731
Binary1010101101101110110010111110010010000111010110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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