#490019

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

Shades of Bordeaux #490019

Tints of Bordeaux #490019

Color information

#490019 (or 0x490019) is unknown color: approx Bordeaux. HEX triplet: 49, 00 and 19. RGB value is (73,0,25). Sum of RGB (Red+Green+Blue) = 73+0+25=98 (12% of max value = 765). Red value is 73 (28.91% from 255 or 74.49% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 25 (10.16% from 255 or 25.51% from 98); Max value from RGB is 73 - color contains mainly: red. Hex color #490019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490019 is #B6FFE6. Grayscale: #181818. Windows color (decimal): -11993063 or 1638473. OLE color: 1638473.

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

Color convert

RGB73025-
CMYK010.660.71
HSL339.45º100%14.31%-
HSV(B)339.45º100%28.63%-
XYZ2.921.491.05-
YUV24.68128.18162.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 74.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 25 (10.16% from 255) = 25.51%
R=74.49%
G=0%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73025010.660.71339.4510014.31
Hex49019064424715364e
Octal111031014410210752314416
Binary1001001011001011001001000010100011110101001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490019; }

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

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

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

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

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

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

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

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