#491544

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

Shades of Mardi Gras #491544

Tints of Mardi Gras #491544

Color information

#491544 (or 0x491544) is unknown color: approx Mardi Gras. HEX triplet: 49, 15 and 44. RGB value is (73,21,68). Sum of RGB (Red+Green+Blue) = 73+21+68=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 68 (26.95% from 255 or 41.98% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #491544 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491544 is #B6EABB. Grayscale: #292929. Windows color (decimal): -11987644 or 4461897. OLE color: 4461897.

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

Color convert

RGB732168-
CMYK00.710.070.71
HSL305.77º55.32%18.43%-
HSV(B)305.77º71.23%28.63%-
XYZ4.062.375.71-
YUV41.91142.73150.18-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.06%
GREEN value IS 21 (8.59% from 255) = 12.96%
BLUE value IS 68 (26.95% from 255) = 41.98%
R=45.06%
G=12.96%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73216800.710.070.71305.7755.3218.43
Hex4915440477471323712
Octal11125104010771074626722
Binary100100110101100010001000111111100011110011001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491544; }

 p { color: rgb(73,21,68); }

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

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

 a { background-color: rgb(73,21,68); }

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

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

 span { border-color: rgb(73,21,68); }

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