#490715

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

Shades of Bordeaux #490715

Tints of Bordeaux #490715

Color information

#490715 (or 0x490715) is unknown color: approx Bordeaux. HEX triplet: 49, 07 and 15. RGB value is (73,7,21). Sum of RGB (Red+Green+Blue) = 73+7+21=101 (13% of max value = 765). Red value is 73 (28.91% from 255 or 72.28% from 101); Green value is 7 (3.12% from 255 or 6.93% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 73 - color contains mainly: red. Hex color #490715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490715 is #B6F8EA. Grayscale: #1C1C1C. Windows color (decimal): -11991275 or 1378121. OLE color: 1378121.

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

Color convert

RGB73721-
CMYK00.900.710.71
HSL347.27º82.5%15.69%-
HSV(B)347.27º90.41%28.63%-
XYZ2.961.620.87-
YUV28.33123.87159.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 72.28%
GREEN value IS 7 (3.12% from 255) = 6.93%
BLUE value IS 21 (8.59% from 255) = 20.79%
R=72.28%
G=6.93%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7372100.900.710.71347.2782.515.69
Hex4971505A474715b5210
Octal111725013210710753312220
Binary1001001111101010101101010001111000111101011011101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490715; }

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

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

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

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

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

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

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

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