#491745

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

Shades of Mardi Gras #491745

Tints of Mardi Gras #491745

Color information

#491745 (or 0x491745) is unknown color: approx Mardi Gras. HEX triplet: 49, 17 and 45. RGB value is (73,23,69). Sum of RGB (Red+Green+Blue) = 73+23+69=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 23 (9.38% from 255 or 13.94% from 165); Blue value is 69 (27.34% from 255 or 41.82% from 165); Max value from RGB is 73 - color contains mainly: red. Hex color #491745 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491745 is #B6E8BA. Grayscale: #2B2B2B. Windows color (decimal): -11987131 or 4527945. OLE color: 4527945.

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

Color convert

RGB732369-
CMYK00.680.050.71
HSL304.8º52.08%18.82%-
HSV(B)304.8º68.49%28.63%-
XYZ4.132.465.89-
YUV43.19142.56149.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.24%
GREEN value IS 23 (9.38% from 255) = 13.94%
BLUE value IS 69 (27.34% from 255) = 41.82%
R=44.24%
G=13.94%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73236900.680.050.71304.852.0818.82
Hex4917450445471313413
Octal11127105010451074616423
Binary100100110111100010101000100101100011110011000111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491745; }

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

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

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

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

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

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

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

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