#490518

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

Shades of Bordeaux #490518

Tints of Bordeaux #490518

Color information

#490518 (or 0x490518) is unknown color: approx Bordeaux. HEX triplet: 49, 05 and 18. RGB value is (73,5,24). Sum of RGB (Red+Green+Blue) = 73+5+24=102 (13% of max value = 765). Red value is 73 (28.91% from 255 or 71.57% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 24 (9.77% from 255 or 23.53% from 102); Max value from RGB is 73 - color contains mainly: red. Hex color #490518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490518 is #B6FAE7. Grayscale: #1B1B1B. Windows color (decimal): -11991784 or 1574217. OLE color: 1574217.

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

Color convert

RGB73524-
CMYK00.930.670.71
HSL343.24º87.18%15.29%-
HSV(B)343.24º93.15%28.63%-
XYZ2.971.591.01-
YUV27.5126.03160.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 71.57%
GREEN value IS 5 (2.34% from 255) = 4.90%
BLUE value IS 24 (9.77% from 255) = 23.53%
R=71.57%
G=4.90%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7352400.930.670.71343.2487.1815.29
Hex4951805D434715757f
Octal111530013510310752712717
Binary100100110111000010111011000011100011110101011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490518; }

 p { color: rgb(73,5,24); }

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

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

 a { background-color: rgb(73,5,24); }

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

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

 span { border-color: rgb(73,5,24); }

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