#491346

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

Shades of Mardi Gras #491346

Tints of Mardi Gras #491346

Color information

#491346 (or 0x491346) is unknown color: approx Mardi Gras. HEX triplet: 49, 13 and 46. RGB value is (73,19,70). Sum of RGB (Red+Green+Blue) = 73+19+70=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 70 (27.73% from 255 or 43.21% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #491346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491346 is #B6ECB9. Grayscale: #282828. Windows color (decimal): -11988154 or 4592457. OLE color: 4592457.

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

Color convert

RGB731970-
CMYK00.740.040.71
HSL303.33º58.7%18.04%-
HSV(B)303.33º73.97%28.63%-
XYZ4.092.326.03-
YUV40.96144.39150.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.06%
GREEN value IS 19 (7.81% from 255) = 11.73%
BLUE value IS 70 (27.73% from 255) = 43.21%
R=45.06%
G=11.73%
B=43.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.04
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73197000.740.040.71303.3358.718.04
Hex49134604A44712f3b12
Octal11123106011241074577322
Binary100100110011100011001001010100100011110010111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491346; }

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

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

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

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

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

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

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

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