#490219

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

Shades of Bordeaux #490219

Tints of Bordeaux #490219

Color information

#490219 (or 0x490219) is unknown color: approx Bordeaux. HEX triplet: 49, 02 and 19. RGB value is (73,2,25). Sum of RGB (Red+Green+Blue) = 73+2+25=100 (13% of max value = 765). Red value is 73 (28.91% from 255 or 73% from 100); Green value is 2 (1.17% from 255 or 2% from 100); Blue value is 25 (10.16% from 255 or 25% from 100); Max value from RGB is 73 - color contains mainly: red. Hex color #490219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490219 is #B6FDE6. Grayscale: #191919. Windows color (decimal): -11992551 or 1638985. OLE color: 1638985.

HSL color Cylindrical-coordinate representation of color #490219: hue angle of 340.56º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #490219 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.71.

Color convert

RGB73225-
CMYK00.970.660.71
HSL340.56º94.67%14.71%-
HSV(B)340.56º97.26%28.63%-
XYZ2.941.531.06-
YUV25.85127.52161.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 73%
GREEN value IS 2 (1.17% from 255) = 2%
BLUE value IS 25 (10.16% from 255) = 25%
R=73%
G=2%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.66
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7322500.970.660.71340.5694.6714.71
Hex4921906142471555ff
Octal111231014110210752513717
Binary10010011011001011000011000010100011110101010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490219; }

 p { color: rgb(73,2,25); }

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

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

 a { background-color: rgb(73,2,25); }

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

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

 span { border-color: rgb(73,2,25); }

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