#491020

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

Shades of Bordeaux #491020

Tints of Bordeaux #491020

Color information

#491020 (or 0x491020) is unknown color: approx Bordeaux. HEX triplet: 49, 10 and 20. RGB value is (73,16,32). Sum of RGB (Red+Green+Blue) = 73+16+32=121 (16% of max value = 765). Red value is 73 (28.91% from 255 or 60.33% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 73 - color contains mainly: red. Hex color #491020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491020 is #B6EFDF. Grayscale: #222222. Windows color (decimal): -11988960 or 2101321. OLE color: 2101321.

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

Color convert

RGB731632-
CMYK00.780.560.71
HSL343.16º64.04%17.45%-
HSV(B)343.16º78.08%28.63%-
XYZ3.191.891.56-
YUV34.87126.38155.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 60.33%
GREEN value IS 16 (6.64% from 255) = 13.22%
BLUE value IS 32 (12.89% from 255) = 26.45%
R=60.33%
G=13.22%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73163200.780.560.71343.1664.0417.45
Hex49102004E38471574011
Octal111204001167010752710021
Binary100100110000100000010011101110001000111101010111100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491020; }

 p { color: rgb(73,16,32); }

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

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

 a { background-color: rgb(73,16,32); }

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

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

 span { border-color: rgb(73,16,32); }

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