#490114

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

Shades of Bordeaux #490114

Tints of Bordeaux #490114

Color information

#490114 (or 0x490114) is unknown color: approx Bordeaux. HEX triplet: 49, 01 and 14. RGB value is (73,1,20). Sum of RGB (Red+Green+Blue) = 73+1+20=94 (12% of max value = 765). Red value is 73 (28.91% from 255 or 77.66% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 73 - color contains mainly: red. Hex color #490114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490114 is #B6FEEB. Grayscale: #181818. Windows color (decimal): -11992812 or 1311049. OLE color: 1311049.

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

Color convert

RGB73120-
CMYK00.990.730.71
HSL344.17º97.3%14.51%-
HSV(B)344.17º98.63%28.63%-
XYZ2.881.490.8-
YUV24.69125.35162.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 77.66%
GREEN value IS 1 (0.78% from 255) = 1.06%
BLUE value IS 20 (8.20% from 255) = 21.28%
R=77.66%
G=1.06%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7312000.990.730.71344.1797.314.51
Hex49114063494715861f
Octal111124014311110753014117
Binary1001001110100011000111001001100011110101100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490114; }

 p { color: rgb(73,1,20); }

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

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

 a { background-color: rgb(73,1,20); }

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

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

 span { border-color: rgb(73,1,20); }

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