#491348

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

Shades of Mardi Gras #491348

Tints of Mardi Gras #491348

Color information

#491348 (or 0x491348) is unknown color: approx Mardi Gras. HEX triplet: 49, 13 and 48. RGB value is (73,19,72). Sum of RGB (Red+Green+Blue) = 73+19+72=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 72 (28.52% from 255 or 43.90% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #491348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491348 is #B6ECB7. Grayscale: #292929. Windows color (decimal): -11988152 or 4723529. OLE color: 4723529.

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

Color convert

RGB731972-
CMYK00.740.010.71
HSL301.11º58.7%18.04%-
HSV(B)301.11º73.97%28.63%-
XYZ4.152.356.37-
YUV41.19145.39150.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.51%
GREEN value IS 19 (7.81% from 255) = 11.59%
BLUE value IS 72 (28.52% from 255) = 43.90%
R=44.51%
G=11.59%
B=43.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73197200.740.010.71301.1158.718.04
Hex49134804A14712d3b12
Octal11123110011211074557322
Binary1001001100111001000010010101100011110010110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491348; }

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

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

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

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

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

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

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

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