#493037

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

Shades of Wine Berry #493037

Tints of Wine Berry #493037

Color information

#493037 (or 0x493037) is unknown color: approx Wine Berry. HEX triplet: 49, 30 and 37. RGB value is (73,48,55). Sum of RGB (Red+Green+Blue) = 73+48+55=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 55 (21.88% from 255 or 31.25% from 176); Max value from RGB is 73 - color contains mainly: red. Hex color #493037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493037 is #B6CFC8. Grayscale: #383838. Windows color (decimal): -11980745 or 3616841. OLE color: 3616841.

HSL color Cylindrical-coordinate representation of color #493037: hue angle of 343.2º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #493037 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.71.

Color convert

RGB734855-
CMYK00.340.250.71
HSL343.2º20.66%23.73%-
HSV(B)343.2º34.25%28.63%-
XYZ4.493.814.11-
YUV56.27127.28139.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.48%
GREEN value IS 48 (19.14% from 255) = 27.27%
BLUE value IS 55 (21.88% from 255) = 31.25%
R=41.48%
G=27.27%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73485500.340.250.71343.220.6623.73
Hex49303702219471571518
Octal1116067042311075272530
Binary100100111000011011101000101100110001111010101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493037; }

 p { color: rgb(73,48,55); }

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

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

 a { background-color: rgb(73,48,55); }

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

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

 span { border-color: rgb(73,48,55); }

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