#490216

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

Shades of Bordeaux #490216

Tints of Bordeaux #490216

Color information

#490216 (or 0x490216) is unknown color: approx Bordeaux. HEX triplet: 49, 02 and 16. RGB value is (73,2,22). Sum of RGB (Red+Green+Blue) = 73+2+22=97 (12% of max value = 765). Red value is 73 (28.91% from 255 or 75.26% from 97); Green value is 2 (1.17% from 255 or 2.06% from 97); Blue value is 22 (8.98% from 255 or 22.68% from 97); Max value from RGB is 73 - color contains mainly: red. Hex color #490216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490216 is #B6FDE9. Grayscale: #191919. Windows color (decimal): -11992554 or 1442377. OLE color: 1442377.

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

Color convert

RGB73222-
CMYK00.970.700.71
HSL343.1º94.67%14.71%-
HSV(B)343.1º97.26%28.63%-
XYZ2.911.520.9-
YUV25.51126.02161.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 75.26%
GREEN value IS 2 (1.17% from 255) = 2.06%
BLUE value IS 22 (8.98% from 255) = 22.68%
R=75.26%
G=2.06%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.70
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7322200.970.700.71343.194.6714.71
Hex4921606146471575ff
Octal111226014110610752713717
Binary10010011010110011000011000110100011110101011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490216; }

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

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

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

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

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

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

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

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