#490916

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

Shades of Bordeaux #490916

Tints of Bordeaux #490916

Color information

#490916 (or 0x490916) is unknown color: approx Bordeaux. HEX triplet: 49, 09 and 16. RGB value is (73,9,22). Sum of RGB (Red+Green+Blue) = 73+9+22=104 (13% of max value = 765). Red value is 73 (28.91% from 255 or 70.19% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 22 (8.98% from 255 or 21.15% from 104); Max value from RGB is 73 - color contains mainly: red. Hex color #490916 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490916 is #B6F6E9. Grayscale: #1D1D1D. Windows color (decimal): -11990762 or 1444169. OLE color: 1444169.

HSL color Cylindrical-coordinate representation of color #490916: hue angle of 347.81º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #490916 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB73922-
CMYK00.880.700.71
HSL347.81º78.05%16.08%-
HSV(B)347.81º87.67%28.63%-
XYZ2.991.670.92-
YUV29.62123.7158.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 70.19%
GREEN value IS 9 (3.91% from 255) = 8.65%
BLUE value IS 22 (8.98% from 255) = 21.15%
R=70.19%
G=8.65%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.70
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7392200.880.700.71347.8178.0516.08
Hex49916058464715c4e10
Octal1111126013010610753411620
Binary10010011001101100101100010001101000111101011100100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490916; }

 p { color: rgb(73,9,22); }

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

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

 a { background-color: rgb(73,9,22); }

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

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

 span { border-color: rgb(73,9,22); }

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