#49363C

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

Shades of Wine Berry #49363C

Tints of Wine Berry #49363C

Color information

#49363C (or 0x49363C) is unknown color: approx Wine Berry. HEX triplet: 49, 36 and 3C. RGB value is (73,54,60). Sum of RGB (Red+Green+Blue) = 73+54+60=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 73 - color contains mainly: red. Hex color #49363C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49363C is #B6C9C3. Grayscale: #3C3C3C. Windows color (decimal): -11979204 or 3946057. OLE color: 3946057.

HSL color Cylindrical-coordinate representation of color #49363C: hue angle of 341.05º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #49363C is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB735460-
CMYK00.260.180.71
HSL341.05º14.96%24.9%-
HSV(B)341.05º26.03%28.63%-
XYZ4.884.384.86-
YUV60.36127.79137.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.04%
GREEN value IS 54 (21.48% from 255) = 28.88%
BLUE value IS 60 (23.83% from 255) = 32.09%
R=39.04%
G=28.88%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73546000.260.180.71341.0514.9624.9
Hex49363C01A1247155f19
Octal1116674032221075251731
Binary1001001110110111100011010100101000111101010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49363C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49363C; }

 p { color: rgb(73,54,60); }

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

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

 a { background-color: rgb(73,54,60); }

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

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

 span { border-color: rgb(73,54,60); }

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