#491642

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

Shades of Mardi Gras #491642

Tints of Mardi Gras #491642

Color information

#491642 (or 0x491642) is unknown color: approx Mardi Gras. HEX triplet: 49, 16 and 42. RGB value is (73,22,66). Sum of RGB (Red+Green+Blue) = 73+22+66=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 66 (26.17% from 255 or 40.99% from 161); Max value from RGB is 73 - color contains mainly: red. Hex color #491642 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491642 is #B6E9BD. Grayscale: #2A2A2A. Windows color (decimal): -11987390 or 4331081. OLE color: 4331081.

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

Color convert

RGB732266-
CMYK00.700.100.71
HSL308.24º53.68%18.63%-
HSV(B)308.24º69.86%28.63%-
XYZ4.022.385.4-
YUV42.26141.4149.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.34%
GREEN value IS 22 (8.98% from 255) = 13.66%
BLUE value IS 66 (26.17% from 255) = 40.99%
R=45.34%
G=13.66%
B=40.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.10
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73226600.700.100.71308.2453.6818.63
Hex491642046A471343613
Octal111261020106121074646623
Binary1001001101101000010010001101010100011110011010011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491642; }

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

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

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

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

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

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

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

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