#471546

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

Shades of Mardi Gras #471546

Tints of Mardi Gras #471546

Color information

#471546 (or 0x471546) is unknown color: approx Mardi Gras. HEX triplet: 47, 15 and 46. RGB value is (71,21,70). Sum of RGB (Red+Green+Blue) = 71+21+70=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 70 (27.73% from 255 or 43.21% from 162); Max value from RGB is 71 - color contains mainly: red. Hex color #471546 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471546 is #B8EAB9. Grayscale: #292929. Windows color (decimal): -12118714 or 4592967. OLE color: 4592967.

HSL color Cylindrical-coordinate representation of color #471546: hue angle of 301.2º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #471546 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB712170-
CMYK00.700.010.72
HSL301.2º54.35%18.04%-
HSV(B)301.2º70.42%27.84%-
XYZ3.972.326.03-
YUV41.54144.06149.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.83%
GREEN value IS 21 (8.59% from 255) = 12.96%
BLUE value IS 70 (27.73% from 255) = 43.21%
R=43.83%
G=12.96%
B=43.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71217000.700.010.72301.254.3518.04
Hex47154604614812d3612
Octal10725106010611104556622
Binary1000111101011000110010001101100100010010110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471546; }

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

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

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

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

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

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

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

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