#491847

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

Shades of Mardi Gras #491847

Tints of Mardi Gras #491847

Color information

#491847 (or 0x491847) is unknown color: approx Mardi Gras. HEX triplet: 49, 18 and 47. RGB value is (73,24,71). Sum of RGB (Red+Green+Blue) = 73+24+71=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 71 (28.12% from 255 or 42.26% from 168); Max value from RGB is 73 - color contains mainly: red. Hex color #491847 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491847 is #B6E7B8. Grayscale: #2B2B2B. Windows color (decimal): -11986873 or 4659273. OLE color: 4659273.

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

Color convert

RGB732471-
CMYK00.670.030.71
HSL302.45º50.52%19.02%-
HSV(B)302.45º67.12%28.63%-
XYZ4.212.526.23-
YUV44.01143.23148.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.45%
GREEN value IS 24 (9.77% from 255) = 14.29%
BLUE value IS 71 (28.12% from 255) = 42.26%
R=43.45%
G=14.29%
B=42.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73247100.670.030.71302.4550.5219.02
Hex49184704334712e3313
Octal11130107010331074566323
Binary10010011100010001110100001111100011110010111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491847; }

 p { color: rgb(73,24,71); }

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

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

 a { background-color: rgb(73,24,71); }

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

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

 span { border-color: rgb(73,24,71); }

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