#490E1A

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

Shades of Bordeaux #490E1A

Tints of Bordeaux #490E1A

Color information

#490E1A (or 0x490E1A) is unknown color: approx Bordeaux. HEX triplet: 49, 0E and 1A. RGB value is (73,14,26). Sum of RGB (Red+Green+Blue) = 73+14+26=113 (14% of max value = 765). Red value is 73 (28.91% from 255 or 64.60% from 113); Green value is 14 (5.86% from 255 or 12.39% from 113); Blue value is 26 (10.55% from 255 or 23.01% from 113); Max value from RGB is 73 - color contains mainly: red. Hex color #490E1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490E1A is #B6F1E5. Grayscale: #212121. Windows color (decimal): -11989478 or 1707593. OLE color: 1707593.

HSL color Cylindrical-coordinate representation of color #490E1A: hue angle of 347.8º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #490E1A is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB731426-
CMYK00.810.640.71
HSL347.8º67.82%17.06%-
HSV(B)347.8º80.82%28.63%-
XYZ3.091.811.16-
YUV33.01124.05156.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 64.60%
GREEN value IS 14 (5.86% from 255) = 12.39%
BLUE value IS 26 (10.55% from 255) = 23.01%
R=64.60%
G=12.39%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73142600.810.640.71347.867.8217.06
Hex49E1A051404715c4411
Octal1111632012110010753410421
Binary10010011110110100101000110000001000111101011100100010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490E1A; }

 p { color: rgb(73,14,26); }

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

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

 a { background-color: rgb(73,14,26); }

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

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

 span { border-color: rgb(73,14,26); }

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