#471440

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

Shades of Mardi Gras #471440

Tints of Mardi Gras #471440

Color information

#471440 (or 0x471440) is unknown color: approx Mardi Gras. HEX triplet: 47, 14 and 40. RGB value is (71,20,64). Sum of RGB (Red+Green+Blue) = 71+20+64=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #471440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471440 is #B8EBBF. Grayscale: #282828. Windows color (decimal): -12118976 or 4199495. OLE color: 4199495.

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

Color convert

RGB712064-
CMYK00.720.100.72
HSL308.24º56.04%17.84%-
HSV(B)308.24º71.83%27.84%-
XYZ3.772.215.08-
YUV40.26141.4149.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.81%
GREEN value IS 20 (8.20% from 255) = 12.90%
BLUE value IS 64 (25.39% from 255) = 41.29%
R=45.81%
G=12.90%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71206400.720.100.72308.2456.0417.84
Hex471440048A481343812
Octal107241000110121104647022
Binary1000111101001000000010010001010100100010011010011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471440; }

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

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

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

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

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

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

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

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