#552E36

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

Shades of Wine Berry #552E36

Tints of Wine Berry #552E36

Color information

#552E36 (or 0x552E36) is unknown color: approx Wine Berry. HEX triplet: 55, 2E and 36. RGB value is (85,46,54). Sum of RGB (Red+Green+Blue) = 85+46+54=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 46 (18.36% from 255 or 24.86% from 185); Blue value is 54 (21.48% from 255 or 29.19% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #552E36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552E36 is #AAD1C9. Grayscale: #3A3A3A. Windows color (decimal): -11194826 or 3550805. OLE color: 3550805.

HSL color Cylindrical-coordinate representation of color #552E36: hue angle of 347.69º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #552E36 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB854654-
CMYK00.460.360.67
HSL347.69º29.77%25.69%-
HSV(B)347.69º45.88%33.33%-
XYZ5.394.154.01-
YUV58.57125.42146.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.95%
GREEN value IS 46 (18.36% from 255) = 24.86%
BLUE value IS 54 (21.48% from 255) = 29.19%
R=45.95%
G=24.86%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85465400.460.360.67347.6929.7725.69
Hex552E3602E244315c1e1a
Octal1255666056441035343632
Binary1010101101110110110010111010010010000111010111001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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