#55323f

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

Shades of Wine Berry #55323F

Tints of Wine Berry #55323F

Color information

#55323F (or 0x55323F) is unknown color: approx Wine Berry. HEX triplet: 55, 32 and 3F. RGB value is (85,50,63). Sum of RGB (Red+Green+Blue) = 85+50+63=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 85 - color contains mainly: red. Hex color #55323F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55323F is #AACDC0. Grayscale: #3D3D3D. Windows color (decimal): -11193793 or 4141653. OLE color: 4141653.

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

Color convert

RGB855063-
CMYK00.410.260.67
HSL337.71º25.93%26.47%-
HSV(B)337.71º41.18%33.33%-
XYZ5.784.575.28-
YUV61.95128.6144.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.93%
GREEN value IS 50 (19.92% from 255) = 25.25%
BLUE value IS 63 (25% from 255) = 31.82%
R=42.93%
G=25.25%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85506300.410.260.67337.7125.9326.47
Hex55323F0291A431521a1a
Octal1256277051321035223232
Binary101010111001011111101010011101010000111010100101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55323f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55323f; }

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

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

<style>
 a { background-color: #55323f; }

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

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

<style>
 span { border-color: #55323f; }

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

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