#491443

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

Shades of Mardi Gras #491443

Tints of Mardi Gras #491443

Color information

#491443 (or 0x491443) is unknown color: approx Mardi Gras. HEX triplet: 49, 14 and 43. RGB value is (73,20,67). Sum of RGB (Red+Green+Blue) = 73+20+67=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 67 (26.56% from 255 or 41.88% from 160); Max value from RGB is 73 - color contains mainly: red. Hex color #491443 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491443 is #B6EBBC. Grayscale: #292929. Windows color (decimal): -11987901 or 4396105. OLE color: 4396105.

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

Color convert

RGB732067-
CMYK00.730.080.71
HSL306.79º56.99%18.24%-
HSV(B)306.79º72.6%28.63%-
XYZ4.012.325.55-
YUV41.2142.56150.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.62%
GREEN value IS 20 (8.20% from 255) = 12.5%
BLUE value IS 67 (26.56% from 255) = 41.88%
R=45.62%
G=12.5%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73206700.730.080.71306.7956.9918.24
Hex4914430498471333912
Octal111241030111101074637122
Binary1001001101001000011010010011000100011110011001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491443; }

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

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

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

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

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

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

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

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