#491124

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

Shades of Bordeaux #491124

Tints of Bordeaux #491124

Color information

#491124 (or 0x491124) is unknown color: approx Bordeaux. HEX triplet: 49, 11 and 24. RGB value is (73,17,36). Sum of RGB (Red+Green+Blue) = 73+17+36=126 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.94% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 73 - color contains mainly: red. Hex color #491124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491124 is #B6EEDB. Grayscale: #232323. Windows color (decimal): -11988700 or 2363721. OLE color: 2363721.

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

Color convert

RGB731736-
CMYK00.770.510.71
HSL339.64º62.22%17.65%-
HSV(B)339.64º76.71%28.63%-
XYZ3.271.941.87-
YUV35.91128.05154.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 57.94%
GREEN value IS 17 (7.03% from 255) = 13.49%
BLUE value IS 36 (14.45% from 255) = 28.57%
R=57.94%
G=13.49%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73173600.770.510.71339.6462.2217.65
Hex49112404D33471543e12
Octal11121440115631075247622
Binary10010011000110010001001101110011100011110101010011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491124; }

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

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

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

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

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

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

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

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