#471146

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

Shades of Mardi Gras #471146

Tints of Mardi Gras #471146

Color information

#471146 (or 0x471146) is unknown color: approx Mardi Gras. HEX triplet: 47, 11 and 46. RGB value is (71,17,70). Sum of RGB (Red+Green+Blue) = 71+17+70=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 70 (27.73% from 255 or 44.30% from 158); Max value from RGB is 71 - color contains mainly: red. Hex color #471146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471146 is #B8EEB9. Grayscale: #272727. Windows color (decimal): -12119738 or 4591943. OLE color: 4591943.

HSL color Cylindrical-coordinate representation of color #471146: hue angle of 301.11º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #471146 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB711770-
CMYK00.760.010.72
HSL301.11º61.36%17.25%-
HSV(B)301.11º76.06%27.84%-
XYZ3.92.186.01-
YUV39.19145.39150.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.94%
GREEN value IS 17 (7.03% from 255) = 10.76%
BLUE value IS 70 (27.73% from 255) = 44.30%
R=44.94%
G=10.76%
B=44.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71177000.760.010.72301.1161.3617.25
Hex47114604C14812d3d11
Octal10721106011411104557521
Binary1000111100011000110010011001100100010010110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471146; }

 p { color: rgb(71,17,70); }

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

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

 a { background-color: rgb(71,17,70); }

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

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

 span { border-color: rgb(71,17,70); }

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