#491045

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

Shades of Mardi Gras #491045

Tints of Mardi Gras #491045

Color information

#491045 (or 0x491045) is unknown color: approx Mardi Gras. HEX triplet: 49, 10 and 45. RGB value is (73,16,69). Sum of RGB (Red+Green+Blue) = 73+16+69=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 16 (6.64% from 255 or 10.13% from 158); Blue value is 69 (27.34% from 255 or 43.67% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #491045 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491045 is #B6EFBA. Grayscale: #262626. Windows color (decimal): -11988923 or 4526153. OLE color: 4526153.

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

Color convert

RGB731669-
CMYK00.780.050.71
HSL304.21º64.04%17.45%-
HSV(B)304.21º78.08%28.63%-
XYZ4.012.225.85-
YUV39.08144.88152.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.20%
GREEN value IS 16 (6.64% from 255) = 10.13%
BLUE value IS 69 (27.34% from 255) = 43.67%
R=46.20%
G=10.13%
B=43.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73166900.780.050.71304.2164.0417.45
Hex49104504E5471304011
Octal111201050116510746010021
Binary1001001100001000101010011101011000111100110000100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491045; }

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

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

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

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

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

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

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

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