#471441

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

Shades of Mardi Gras #471441

Tints of Mardi Gras #471441

Color information

#471441 (or 0x471441) is unknown color: approx Mardi Gras. HEX triplet: 47, 14 and 41. RGB value is (71,20,65). Sum of RGB (Red+Green+Blue) = 71+20+65=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #471441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471441 is #B8EBBE. Grayscale: #282828. Windows color (decimal): -12118975 or 4265031. OLE color: 4265031.

HSL color Cylindrical-coordinate representation of color #471441: hue angle of 307.06º 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 #471441 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB712065-
CMYK00.720.080.72
HSL307.06º56.04%17.84%-
HSV(B)307.06º71.83%27.84%-
XYZ3.82.225.23-
YUV40.38141.9149.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.51%
GREEN value IS 20 (8.20% from 255) = 12.82%
BLUE value IS 65 (25.78% from 255) = 41.67%
R=45.51%
G=12.82%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71206500.720.080.72307.0656.0417.84
Hex4714410488481333812
Octal107241010110101104637022
Binary1000111101001000001010010001000100100010011001111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471441; }

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

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

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

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

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

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

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

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