#471141

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

Shades of Mardi Gras #471141

Tints of Mardi Gras #471141

Color information

#471141 (or 0x471141) is unknown color: approx Mardi Gras. HEX triplet: 47, 11 and 41. RGB value is (71,17,65). Sum of RGB (Red+Green+Blue) = 71+17+65=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 65 (25.78% from 255 or 42.48% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #471141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471141 is #B8EEBE. Grayscale: #262626. Windows color (decimal): -12119743 or 4264263. OLE color: 4264263.

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

Color convert

RGB711765-
CMYK00.760.080.72
HSL306.67º61.36%17.25%-
HSV(B)306.67º76.06%27.84%-
XYZ3.752.125.21-
YUV38.62142.89151.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.41%
GREEN value IS 17 (7.03% from 255) = 11.11%
BLUE value IS 65 (25.78% from 255) = 42.48%
R=46.41%
G=11.11%
B=42.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71176500.760.080.72306.6761.3617.25
Hex47114104C8481333d11
Octal107211010114101104637521
Binary1000111100011000001010011001000100100010011001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471141; }

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

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

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

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

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

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

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

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