#491146

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

Shades of Mardi Gras #491146

Tints of Mardi Gras #491146

Color information

#491146 (or 0x491146) is unknown color: approx Mardi Gras. HEX triplet: 49, 11 and 46. RGB value is (73,17,70). Sum of RGB (Red+Green+Blue) = 73+17+70=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 70 (27.73% from 255 or 43.75% from 160); Max value from RGB is 73 - color contains mainly: red. Hex color #491146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491146 is #B6EEB9. Grayscale: #272727. Windows color (decimal): -11988666 or 4591945. OLE color: 4591945.

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

Color convert

RGB731770-
CMYK00.770.040.71
HSL303.21º62.22%17.65%-
HSV(B)303.21º76.71%28.63%-
XYZ4.052.266.02-
YUV39.79145.05151.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.62%
GREEN value IS 17 (7.03% from 255) = 10.62%
BLUE value IS 70 (27.73% from 255) = 43.75%
R=45.62%
G=10.62%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.04
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73177000.770.040.71303.2162.2217.65
Hex49114604D44712f3e12
Octal11121106011541074577622
Binary100100110001100011001001101100100011110010111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491146; }

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

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

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

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

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

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

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

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