#491140

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

Shades of Mardi Gras #491140

Tints of Mardi Gras #491140

Color information

#491140 (or 0x491140) is unknown color: approx Mardi Gras. HEX triplet: 49, 11 and 40. RGB value is (73,17,64). Sum of RGB (Red+Green+Blue) = 73+17+64=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 64 (25.39% from 255 or 41.56% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #491140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491140 is #B6EEBF. Grayscale: #262626. Windows color (decimal): -11988672 or 4198729. OLE color: 4198729.

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

Color convert

RGB731764-
CMYK00.770.120.71
HSL309.64º62.22%17.65%-
HSV(B)309.64º76.71%28.63%-
XYZ3.872.195.07-
YUV39.1142.05152.18-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.40%
GREEN value IS 17 (7.03% from 255) = 11.04%
BLUE value IS 64 (25.39% from 255) = 41.56%
R=47.40%
G=11.04%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73176400.770.120.71309.6462.2217.65
Hex49114004DC471363e12
Octal111211000115141074667622
Binary1001001100011000000010011011100100011110011011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491140; }

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

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

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

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

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

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

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

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