#491545

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

Shades of Mardi Gras #491545

Tints of Mardi Gras #491545

Color information

#491545 (or 0x491545) is unknown color: approx Mardi Gras. HEX triplet: 49, 15 and 45. RGB value is (73,21,69). Sum of RGB (Red+Green+Blue) = 73+21+69=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 69 (27.34% from 255 or 42.33% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #491545 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491545 is #B6EABA. Grayscale: #292929. Windows color (decimal): -11987643 or 4527433. OLE color: 4527433.

HSL color Cylindrical-coordinate representation of color #491545: hue angle of 304.62º 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 #491545 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB732169-
CMYK00.710.050.71
HSL304.62º55.32%18.43%-
HSV(B)304.62º71.23%28.63%-
XYZ4.092.385.87-
YUV42.02143.23150.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.79%
GREEN value IS 21 (8.59% from 255) = 12.88%
BLUE value IS 69 (27.34% from 255) = 42.33%
R=44.79%
G=12.88%
B=42.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73216900.710.050.71304.6255.3218.43
Hex4915450475471313712
Octal11125105010751074616722
Binary100100110101100010101000111101100011110011000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491545; }

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

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

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

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

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

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

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

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