#491343

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

Shades of Mardi Gras #491343

Tints of Mardi Gras #491343

Color information

#491343 (or 0x491343) is unknown color: approx Mardi Gras. HEX triplet: 49, 13 and 43. RGB value is (73,19,67). Sum of RGB (Red+Green+Blue) = 73+19+67=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 67 (26.56% from 255 or 42.14% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #491343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491343 is #B6ECBC. Grayscale: #282828. Windows color (decimal): -11988157 or 4395849. OLE color: 4395849.

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

Color convert

RGB731967-
CMYK00.740.080.71
HSL306.67º58.7%18.04%-
HSV(B)306.67º73.97%28.63%-
XYZ3.992.295.54-
YUV40.62142.89151.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.91%
GREEN value IS 19 (7.81% from 255) = 11.95%
BLUE value IS 67 (26.56% from 255) = 42.14%
R=45.91%
G=11.95%
B=42.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73196700.740.080.71306.6758.718.04
Hex49134304A8471333b12
Octal111231030112101074637322
Binary1001001100111000011010010101000100011110011001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491343; }

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

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

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

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

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

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

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

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