#491945

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

Shades of Mardi Gras #491945

Tints of Mardi Gras #491945

Color information

#491945 (or 0x491945) is unknown color: approx Mardi Gras. HEX triplet: 49, 19 and 45. RGB value is (73,25,69). Sum of RGB (Red+Green+Blue) = 73+25+69=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 69 (27.34% from 255 or 41.32% from 167); Max value from RGB is 73 - color contains mainly: red. Hex color #491945 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491945 is #B6E6BA. Grayscale: #2C2C2C. Windows color (decimal): -11986619 or 4528457. OLE color: 4528457.

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

Color convert

RGB732569-
CMYK00.660.050.71
HSL305º48.98%19.22%-
HSV(B)305º65.75%28.63%-
XYZ4.172.545.9-
YUV44.37141.9148.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.71%
GREEN value IS 25 (10.16% from 255) = 14.97%
BLUE value IS 69 (27.34% from 255) = 41.32%
R=43.71%
G=14.97%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73256900.660.050.7130548.9819.22
Hex4919450425471313113
Octal11131105010251074616123
Binary100100111001100010101000010101100011110011000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491945; }

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

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

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

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

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

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

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

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