#471140

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

Shades of Mardi Gras #471140

Tints of Mardi Gras #471140

Color information

#471140 (or 0x471140) is unknown color: approx Mardi Gras. HEX triplet: 47, 11 and 40. RGB value is (71,17,64). Sum of RGB (Red+Green+Blue) = 71+17+64=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #471140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471140 is #B8EEBF. Grayscale: #262626. Windows color (decimal): -12119744 or 4198727. OLE color: 4198727.

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

Color convert

RGB711764-
CMYK00.760.100.72
HSL307.78º61.36%17.25%-
HSV(B)307.78º76.06%27.84%-
XYZ3.722.115.06-
YUV38.5142.39151.18-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.71%
GREEN value IS 17 (7.03% from 255) = 11.18%
BLUE value IS 64 (25.39% from 255) = 42.11%
R=46.71%
G=11.18%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71176400.760.100.72307.7861.3617.25
Hex47114004CA481343d11
Octal107211000114121104647521
Binary1000111100011000000010011001010100100010011010011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471140; }

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

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

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

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

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

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

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

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