#491341

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

Shades of Mardi Gras #491341

Tints of Mardi Gras #491341

Color information

#491341 (or 0x491341) is unknown color: approx Mardi Gras. HEX triplet: 49, 13 and 41. RGB value is (73,19,65). Sum of RGB (Red+Green+Blue) = 73+19+65=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #491341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491341 is #B6ECBE. Grayscale: #282828. Windows color (decimal): -11988159 or 4264777. OLE color: 4264777.

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

Color convert

RGB731965-
CMYK00.740.110.71
HSL308.89º58.7%18.04%-
HSV(B)308.89º73.97%28.63%-
XYZ3.932.265.23-
YUV40.39141.89151.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.50%
GREEN value IS 19 (7.81% from 255) = 12.10%
BLUE value IS 65 (25.78% from 255) = 41.40%
R=46.50%
G=12.10%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73196500.740.110.71308.8958.718.04
Hex49134104AB471353b12
Octal111231010112131074657322
Binary1001001100111000001010010101011100011110011010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491341; }

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

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

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

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

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

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

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

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