#490319

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

Shades of Bordeaux #490319

Tints of Bordeaux #490319

Color information

#490319 (or 0x490319) is unknown color: approx Bordeaux. HEX triplet: 49, 03 and 19. RGB value is (73,3,25). Sum of RGB (Red+Green+Blue) = 73+3+25=101 (13% of max value = 765). Red value is 73 (28.91% from 255 or 72.28% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 25 (10.16% from 255 or 24.75% from 101); Max value from RGB is 73 - color contains mainly: red. Hex color #490319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490319 is #B6FCE6. Grayscale: #1A1A1A. Windows color (decimal): -11992295 or 1639241. OLE color: 1639241.

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

Color convert

RGB73325-
CMYK00.960.660.71
HSL341.14º92.11%14.9%-
HSV(B)341.14º95.89%28.63%-
XYZ2.961.551.06-
YUV26.44127.19161.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 72.28%
GREEN value IS 3 (1.56% from 255) = 2.97%
BLUE value IS 25 (10.16% from 255) = 24.75%
R=72.28%
G=2.97%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.66
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7332500.960.660.71341.1492.1114.9
Hex4931906042471555cf
Octal111331014010210752513417
Binary10010011111001011000001000010100011110101010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490319; }

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

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

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

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

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

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

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

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