#491442

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

Shades of Mardi Gras #491442

Tints of Mardi Gras #491442

Color information

#491442 (or 0x491442) is unknown color: approx Mardi Gras. HEX triplet: 49, 14 and 42. RGB value is (73,20,66). Sum of RGB (Red+Green+Blue) = 73+20+66=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 66 (26.17% from 255 or 41.51% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #491442 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491442 is #B6EBBD. Grayscale: #282828. Windows color (decimal): -11987902 or 4330569. OLE color: 4330569.

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

Color convert

RGB732066-
CMYK00.730.100.71
HSL307.92º56.99%18.24%-
HSV(B)307.92º72.6%28.63%-
XYZ3.982.315.39-
YUV41.09142.06150.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.91%
GREEN value IS 20 (8.20% from 255) = 12.58%
BLUE value IS 66 (26.17% from 255) = 41.51%
R=45.91%
G=12.58%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.10
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73206600.730.100.71307.9256.9918.24
Hex491442049A471343912
Octal111241020111121074647122
Binary1001001101001000010010010011010100011110011010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491442; }

 p { color: rgb(73,20,66); }

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

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

 a { background-color: rgb(73,20,66); }

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

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

 span { border-color: rgb(73,20,66); }

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