#471446

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

Shades of Mardi Gras #471446

Tints of Mardi Gras #471446

Color information

#471446 (or 0x471446) is unknown color: approx Mardi Gras. HEX triplet: 47, 14 and 46. RGB value is (71,20,70). Sum of RGB (Red+Green+Blue) = 71+20+70=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 70 (27.73% from 255 or 43.48% from 161); Max value from RGB is 71 - color contains mainly: red. Hex color #471446 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471446 is #B8EBB9. Grayscale: #282828. Windows color (decimal): -12118970 or 4592711. OLE color: 4592711.

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

Color convert

RGB712070-
CMYK00.720.010.72
HSL301.18º56.04%17.84%-
HSV(B)301.18º71.83%27.84%-
XYZ3.952.286.03-
YUV40.95144.4149.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.10%
GREEN value IS 20 (8.20% from 255) = 12.42%
BLUE value IS 70 (27.73% from 255) = 43.48%
R=44.10%
G=12.42%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71207000.720.010.72301.1856.0417.84
Hex47144604814812d3812
Octal10724106011011104557022
Binary1000111101001000110010010001100100010010110111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471446; }

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

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

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

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

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

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

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

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