#491644

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

Shades of Mardi Gras #491644

Tints of Mardi Gras #491644

Color information

#491644 (or 0x491644) is unknown color: approx Mardi Gras. HEX triplet: 49, 16 and 44. RGB value is (73,22,68). Sum of RGB (Red+Green+Blue) = 73+22+68=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 68 (26.95% from 255 or 41.72% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #491644 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491644 is #B6E9BB. Grayscale: #2A2A2A. Windows color (decimal): -11987388 or 4462153. OLE color: 4462153.

HSL color Cylindrical-coordinate representation of color #491644: hue angle of 305.88º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #491644 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB732268-
CMYK00.700.070.71
HSL305.88º53.68%18.63%-
HSV(B)305.88º69.86%28.63%-
XYZ4.082.415.72-
YUV42.49142.4149.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.79%
GREEN value IS 22 (8.98% from 255) = 13.50%
BLUE value IS 68 (26.95% from 255) = 41.72%
R=44.79%
G=13.50%
B=41.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73226800.700.070.71305.8853.6818.63
Hex4916440467471323613
Octal11126104010671074626623
Binary100100110110100010001000110111100011110011001011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491644; }

 p { color: rgb(73,22,68); }

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

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

 a { background-color: rgb(73,22,68); }

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

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

 span { border-color: rgb(73,22,68); }

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