#493038

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

Shades of Wine Berry #493038

Tints of Wine Berry #493038

Color information

#493038 (or 0x493038) is unknown color: approx Wine Berry. HEX triplet: 49, 30 and 38. RGB value is (73,48,56). Sum of RGB (Red+Green+Blue) = 73+48+56=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 56 (22.27% from 255 or 31.64% from 177); Max value from RGB is 73 - color contains mainly: red. Hex color #493038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493038 is #B6CFC7. Grayscale: #383838. Windows color (decimal): -11980744 or 3682377. OLE color: 3682377.

HSL color Cylindrical-coordinate representation of color #493038: hue angle of 340.8º 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 #493038 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB734856-
CMYK00.340.230.71
HSL340.8º20.66%23.73%-
HSV(B)340.8º34.25%28.63%-
XYZ4.523.824.24-
YUV56.39127.78139.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.24%
GREEN value IS 48 (19.14% from 255) = 27.12%
BLUE value IS 56 (22.27% from 255) = 31.64%
R=41.24%
G=27.12%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73485600.340.230.71340.820.6623.73
Hex49303802217471551518
Octal1116070042271075252530
Binary100100111000011100001000101011110001111010101011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493038; }

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

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

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

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

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

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

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

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