#471044

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

Shades of Mardi Gras #471044

Tints of Mardi Gras #471044

Color information

#471044 (or 0x471044) is unknown color: approx Mardi Gras. HEX triplet: 47, 10 and 44. RGB value is (71,16,68). Sum of RGB (Red+Green+Blue) = 71+16+68=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 16 (6.64% from 255 or 10.32% from 155); Blue value is 68 (26.95% from 255 or 43.87% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #471044 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471044 is #B8EFBB. Grayscale: #262626. Windows color (decimal): -12119996 or 4460615. OLE color: 4460615.

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

Color convert

RGB711668-
CMYK00.770.040.72
HSL303.27º63.22%17.06%-
HSV(B)303.27º77.46%27.84%-
XYZ3.832.135.68-
YUV38.37144.72151.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.81%
GREEN value IS 16 (6.64% from 255) = 10.32%
BLUE value IS 68 (26.95% from 255) = 43.87%
R=45.81%
G=10.32%
B=43.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71166800.770.040.72303.2763.2217.06
Hex47104404D44812f3f11
Octal10720104011541104577721
Binary100011110000100010001001101100100100010010111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471044; }

 p { color: rgb(71,16,68); }

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

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

 a { background-color: rgb(71,16,68); }

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

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

 span { border-color: rgb(71,16,68); }

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