#490A1A

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

Shades of Bordeaux #490A1A

Tints of Bordeaux #490A1A

Color information

#490A1A (or 0x490A1A) is unknown color: approx Bordeaux. HEX triplet: 49, 0A and 1A. RGB value is (73,10,26). Sum of RGB (Red+Green+Blue) = 73+10+26=109 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.97% from 109); Green value is 10 (4.30% from 255 or 9.17% from 109); Blue value is 26 (10.55% from 255 or 23.85% from 109); Max value from RGB is 73 - color contains mainly: red. Hex color #490A1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490A1A is #B6F5E5. Grayscale: #1E1E1E. Windows color (decimal): -11990502 or 1706569. OLE color: 1706569.

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

Color convert

RGB731026-
CMYK00.860.640.71
HSL344.76º75.9%16.27%-
HSV(B)344.76º86.3%28.63%-
XYZ3.041.711.15-
YUV30.66125.37158.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 66.97%
GREEN value IS 10 (4.30% from 255) = 9.17%
BLUE value IS 26 (10.55% from 255) = 23.85%
R=66.97%
G=9.17%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73102600.860.640.71344.7675.916.27
Hex49A1A05640471594c10
Octal1111232012610010753111420
Binary10010011010110100101011010000001000111101011001100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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