#491445

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

Shades of Mardi Gras #491445

Tints of Mardi Gras #491445

Color information

#491445 (or 0x491445) is unknown color: approx Mardi Gras. HEX triplet: 49, 14 and 45. RGB value is (73,20,69). Sum of RGB (Red+Green+Blue) = 73+20+69=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 69 (27.34% from 255 or 42.59% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #491445 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491445 is #B6EBBA. Grayscale: #292929. Windows color (decimal): -11987899 or 4527177. OLE color: 4527177.

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

Color convert

RGB732069-
CMYK00.730.050.71
HSL304.53º56.99%18.24%-
HSV(B)304.53º72.6%28.63%-
XYZ4.072.355.87-
YUV41.43143.56150.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.06%
GREEN value IS 20 (8.20% from 255) = 12.35%
BLUE value IS 69 (27.34% from 255) = 42.59%
R=45.06%
G=12.35%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73206900.730.050.71304.5356.9918.24
Hex4914450495471313912
Octal11124105011151074617122
Binary100100110100100010101001001101100011110011000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491445; }

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

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

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

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

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

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

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

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