#493339

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

Shades of Wine Berry #493339

Tints of Wine Berry #493339

Color information

#493339 (or 0x493339) is unknown color: approx Wine Berry. HEX triplet: 49, 33 and 39. RGB value is (73,51,57). Sum of RGB (Red+Green+Blue) = 73+51+57=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 57 (22.66% from 255 or 31.49% from 181); Max value from RGB is 73 - color contains mainly: red. Hex color #493339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493339 is #B6CCC6. Grayscale: #3A3A3A. Windows color (decimal): -11979975 or 3748681. OLE color: 3748681.

HSL color Cylindrical-coordinate representation of color #493339: hue angle of 343.64º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #493339 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.71.

Color convert

RGB735157-
CMYK00.300.220.71
HSL343.64º17.74%24.31%-
HSV(B)343.64º30.14%28.63%-
XYZ4.674.084.41-
YUV58.26127.29138.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.33%
GREEN value IS 51 (20.31% from 255) = 28.18%
BLUE value IS 57 (22.66% from 255) = 31.49%
R=40.33%
G=28.18%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73515700.300.220.71343.6417.7424.31
Hex49333901E16471581218
Octal1116371036261075302230
Binary10010011100111110010111101011010001111010110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493339; }

 p { color: rgb(73,51,57); }

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

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

 a { background-color: rgb(73,51,57); }

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

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

 span { border-color: rgb(73,51,57); }

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