#491543

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

Shades of Mardi Gras #491543

Tints of Mardi Gras #491543

Color information

#491543 (or 0x491543) is unknown color: approx Mardi Gras. HEX triplet: 49, 15 and 43. RGB value is (73,21,67). Sum of RGB (Red+Green+Blue) = 73+21+67=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 67 (26.56% from 255 or 41.61% from 161); Max value from RGB is 73 - color contains mainly: red. Hex color #491543 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491543 is #B6EABC. Grayscale: #292929. Windows color (decimal): -11987645 or 4396361. OLE color: 4396361.

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

Color convert

RGB732167-
CMYK00.710.080.71
HSL306.92º55.32%18.43%-
HSV(B)306.92º71.23%28.63%-
XYZ4.032.365.55-
YUV41.79142.23150.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.34%
GREEN value IS 21 (8.59% from 255) = 13.04%
BLUE value IS 67 (26.56% from 255) = 41.61%
R=45.34%
G=13.04%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73216700.710.080.71306.9255.3218.43
Hex4915430478471333712
Octal111251030107101074636722
Binary1001001101011000011010001111000100011110011001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491543; }

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

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

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

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

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

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

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

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