#491345

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

Shades of Mardi Gras #491345

Tints of Mardi Gras #491345

Color information

#491345 (or 0x491345) is unknown color: approx Mardi Gras. HEX triplet: 49, 13 and 45. RGB value is (73,19,69). Sum of RGB (Red+Green+Blue) = 73+19+69=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 69 (27.34% from 255 or 42.86% from 161); Max value from RGB is 73 - color contains mainly: red. Hex color #491345 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491345 is #B6ECBA. Grayscale: #282828. Windows color (decimal): -11988155 or 4526921. OLE color: 4526921.

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

Color convert

RGB731969-
CMYK00.740.050.71
HSL304.44º58.7%18.04%-
HSV(B)304.44º73.97%28.63%-
XYZ4.052.315.86-
YUV40.85143.89150.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.34%
GREEN value IS 19 (7.81% from 255) = 11.80%
BLUE value IS 69 (27.34% from 255) = 42.86%
R=45.34%
G=11.80%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73196900.740.050.71304.4458.718.04
Hex49134504A5471303b12
Octal11123105011251074607322
Binary100100110011100010101001010101100011110011000011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491345; }

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

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

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

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

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

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

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

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