#491123

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

Shades of Bordeaux #491123

Tints of Bordeaux #491123

Color information

#491123 (or 0x491123) is unknown color: approx Bordeaux. HEX triplet: 49, 11 and 23. RGB value is (73,17,35). Sum of RGB (Red+Green+Blue) = 73+17+35=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 35 (14.06% from 255 or 28% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #491123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491123 is #B6EEDC. Grayscale: #232323. Windows color (decimal): -11988701 or 2298185. OLE color: 2298185.

HSL color Cylindrical-coordinate representation of color #491123: hue angle of 340.71º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #491123 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.71.

Color convert

RGB731735-
CMYK00.770.520.71
HSL340.71º62.22%17.65%-
HSV(B)340.71º76.71%28.63%-
XYZ3.251.941.79-
YUV35.8127.55154.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 58.4%
GREEN value IS 17 (7.03% from 255) = 13.6%
BLUE value IS 35 (14.06% from 255) = 28%
R=58.4%
G=13.6%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.52
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73173500.770.520.71340.7162.2217.65
Hex49112304D34471553e12
Octal11121430115641075257622
Binary10010011000110001101001101110100100011110101010111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491123; }

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

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

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

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

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

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

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

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