#491145

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

Shades of Mardi Gras #491145

Tints of Mardi Gras #491145

Color information

#491145 (or 0x491145) is unknown color: approx Mardi Gras. HEX triplet: 49, 11 and 45. RGB value is (73,17,69). Sum of RGB (Red+Green+Blue) = 73+17+69=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 69 (27.34% from 255 or 43.40% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #491145 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491145 is #B6EEBA. Grayscale: #272727. Windows color (decimal): -11988667 or 4526409. OLE color: 4526409.

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

Color convert

RGB731769-
CMYK00.770.050.71
HSL304.29º62.22%17.65%-
HSV(B)304.29º76.71%28.63%-
XYZ4.022.255.85-
YUV39.67144.55151.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.91%
GREEN value IS 17 (7.03% from 255) = 10.69%
BLUE value IS 69 (27.34% from 255) = 43.40%
R=45.91%
G=10.69%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73176900.770.050.71304.2962.2217.65
Hex49114504D5471303e12
Octal11121105011551074607622
Binary100100110001100010101001101101100011110011000011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491145; }

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

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

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

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

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

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

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

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