#491023

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

Shades of Bordeaux #491023

Tints of Bordeaux #491023

Color information

#491023 (or 0x491023) is unknown color: approx Bordeaux. HEX triplet: 49, 10 and 23. RGB value is (73,16,35). Sum of RGB (Red+Green+Blue) = 73+16+35=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 35 (14.06% from 255 or 28.23% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #491023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491023 is #B6EFDC. Grayscale: #232323. Windows color (decimal): -11988957 or 2297929. OLE color: 2297929.

HSL color Cylindrical-coordinate representation of color #491023: hue angle of 340º 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 #491023 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.71.

Color convert

RGB731635-
CMYK00.780.520.71
HSL340º64.04%17.45%-
HSV(B)340º78.08%28.63%-
XYZ3.241.911.79-
YUV35.21127.88154.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 58.87%
GREEN value IS 16 (6.64% from 255) = 12.90%
BLUE value IS 35 (14.06% from 255) = 28.23%
R=58.87%
G=12.90%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.52
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73163500.780.520.7134064.0417.45
Hex49102304E34471544011
Octal111204301166410752410021
Binary100100110000100011010011101101001000111101010100100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491023; }

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

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

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

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

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

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

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

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