#491344

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

Shades of Mardi Gras #491344

Tints of Mardi Gras #491344

Color information

#491344 (or 0x491344) is unknown color: approx Mardi Gras. HEX triplet: 49, 13 and 44. RGB value is (73,19,68). Sum of RGB (Red+Green+Blue) = 73+19+68=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 68 (26.95% from 255 or 42.5% from 160); Max value from RGB is 73 - color contains mainly: red. Hex color #491344 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491344 is #B6ECBB. Grayscale: #282828. Windows color (decimal): -11988156 or 4461385. OLE color: 4461385.

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

Color convert

RGB731968-
CMYK00.740.070.71
HSL305.56º58.7%18.04%-
HSV(B)305.56º73.97%28.63%-
XYZ4.022.35.7-
YUV40.73143.39151.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.62%
GREEN value IS 19 (7.81% from 255) = 11.88%
BLUE value IS 68 (26.95% from 255) = 42.5%
R=45.62%
G=11.88%
B=42.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73196800.740.070.71305.5658.718.04
Hex49134404A7471323b12
Octal11123104011271074627322
Binary100100110011100010001001010111100011110011001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491344; }

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

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

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

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

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

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

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

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