#491243

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

Shades of Mardi Gras #491243

Tints of Mardi Gras #491243

Color information

#491243 (or 0x491243) is unknown color: approx Mardi Gras. HEX triplet: 49, 12 and 43. RGB value is (73,18,67). Sum of RGB (Red+Green+Blue) = 73+18+67=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 67 (26.56% from 255 or 42.41% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #491243 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491243 is #B6EDBC. Grayscale: #272727. Windows color (decimal): -11988413 or 4395593. OLE color: 4395593.

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

Color convert

RGB731867-
CMYK00.750.080.71
HSL306.55º60.44%17.84%-
HSV(B)306.55º75.34%28.63%-
XYZ3.982.255.54-
YUV40.03143.22151.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.20%
GREEN value IS 18 (7.42% from 255) = 11.39%
BLUE value IS 67 (26.56% from 255) = 42.41%
R=46.20%
G=11.39%
B=42.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73186700.750.080.71306.5560.4417.84
Hex49124304B8471333c12
Octal111221030113101074637422
Binary1001001100101000011010010111000100011110011001111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491243; }

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

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

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

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

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

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

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

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