#491447

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

Shades of Mardi Gras #491447

Tints of Mardi Gras #491447

Color information

#491447 (or 0x491447) is unknown color: approx Mardi Gras. HEX triplet: 49, 14 and 47. RGB value is (73,20,71). Sum of RGB (Red+Green+Blue) = 73+20+71=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 20 (8.20% from 255 or 12.20% from 164); Blue value is 71 (28.12% from 255 or 43.29% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #491447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491447 is #B6EBB8. Grayscale: #292929. Windows color (decimal): -11987897 or 4658249. OLE color: 4658249.

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

Color convert

RGB732071-
CMYK00.730.030.71
HSL302.26º56.99%18.24%-
HSV(B)302.26º72.6%28.63%-
XYZ4.142.376.2-
YUV41.66144.56150.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.51%
GREEN value IS 20 (8.20% from 255) = 12.20%
BLUE value IS 71 (28.12% from 255) = 43.29%
R=44.51%
G=12.20%
B=43.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73207100.730.030.71302.2656.9918.24
Hex49144704934712e3912
Octal11124107011131074567122
Binary10010011010010001110100100111100011110010111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491447; }

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

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

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

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

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

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

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

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