Html Css Color HEX #493038 Wine Berry

📋 copy color: '#493038'

red 73 ◦ green 48 ◦ blue 56

#493038
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wine Berry #493038

Tints of Wine Berry #493038

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 value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#493038 (or 0x493038) is known color: 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

RGB 73 48 56 -
CMYK 0 0.34 0.23 0.71
HSL 340.8º 0.21% 0.24% -
HSV(B) 340.8º 0.34% 0.29% -
XYZ 4.52 3.82 4.24 -
YUV 56.39 127.78 139.85 -
System Red Green Blue C M Y K H S L
Decimal 73 48 56 0 0.34 0.23 0.71 340.8 0.21 0.24
Hex 49 30 38 0 22 17 47 155 15 18
Octal 111 60 70 0 42 27 107 525 25 30
Binary 1001001 110000 111000 0 100010 10111 1000111 101010101 10101 11000

Color Harmonies of #493038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493038

Black with #493038

Text Example


Text Example

White with #493038

Text Example


Text Example

HTML Codes & Css Web 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>