#490018

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

Shades of Bordeaux #490018

Tints of Bordeaux #490018

Color information

#490018 (or 0x490018) is unknown color: approx Bordeaux. HEX triplet: 49, 00 and 18. RGB value is (73,0,24). Sum of RGB (Red+Green+Blue) = 73+0+24=97 (12% of max value = 765). Red value is 73 (28.91% from 255 or 75.26% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 73 - color contains mainly: red. Hex color #490018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490018 is #B6FFE7. Grayscale: #181818. Windows color (decimal): -11993064 or 1572937. OLE color: 1572937.

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

Color convert

RGB73024-
CMYK010.670.71
HSL340.27º100%14.31%-
HSV(B)340.27º100%28.63%-
XYZ2.911.481-
YUV24.56127.68162.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 75.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 24 (9.77% from 255) = 24.74%
R=75.26%
G=0%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73024010.670.71340.2710014.31
Hex49018064434715464e
Octal111030014410310752414416
Binary1001001011000011001001000011100011110101010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490018; }

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

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

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

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

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

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

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

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