#490716

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

Shades of Bordeaux #490716

Tints of Bordeaux #490716

Color information

#490716 (or 0x490716) is unknown color: approx Bordeaux. HEX triplet: 49, 07 and 16. RGB value is (73,7,22). Sum of RGB (Red+Green+Blue) = 73+7+22=102 (13% of max value = 765). Red value is 73 (28.91% from 255 or 71.57% from 102); Green value is 7 (3.12% from 255 or 6.86% from 102); Blue value is 22 (8.98% from 255 or 21.57% from 102); Max value from RGB is 73 - color contains mainly: red. Hex color #490716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490716 is #B6F8E9. Grayscale: #1C1C1C. Windows color (decimal): -11991274 or 1443657. OLE color: 1443657.

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

Color convert

RGB73722-
CMYK00.900.700.71
HSL346.36º82.5%15.69%-
HSV(B)346.36º90.41%28.63%-
XYZ2.971.630.92-
YUV28.44124.37159.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 71.57%
GREEN value IS 7 (3.12% from 255) = 6.86%
BLUE value IS 22 (8.98% from 255) = 21.57%
R=71.57%
G=6.86%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.70
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7372200.900.700.71346.3682.515.69
Hex4971605A464715a5210
Octal111726013210610753212220
Binary1001001111101100101101010001101000111101011010101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490716; }

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

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

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

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

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

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

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

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