#490545

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

Shades of Mardi Gras #490545

Tints of Mardi Gras #490545

Color information

#490545 (or 0x490545) is unknown color: approx Mardi Gras. HEX triplet: 49, 05 and 45. RGB value is (73,5,69). Sum of RGB (Red+Green+Blue) = 73+5+69=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 69 (27.34% from 255 or 46.94% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #490545 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490545 is #B6FABA. Grayscale: #202020. Windows color (decimal): -11991739 or 4523337. OLE color: 4523337.

HSL color Cylindrical-coordinate representation of color #490545: hue angle of 303.53º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490545 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB73569-
CMYK00.930.050.71
HSL303.53º87.18%15.29%-
HSV(B)303.53º93.15%28.63%-
XYZ3.881.955.8-
YUV32.63148.53156.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.66%
GREEN value IS 5 (2.34% from 255) = 3.40%
BLUE value IS 69 (27.34% from 255) = 46.94%
R=49.66%
G=3.40%
B=46.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7356900.930.050.71303.5387.1815.29
Hex4954505D54713057f
Octal11151050135510746012717
Binary1001001101100010101011101101100011110011000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490545; }

 p { color: rgb(73,5,69); }

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

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

 a { background-color: rgb(73,5,69); }

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

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

 span { border-color: rgb(73,5,69); }

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