#471241

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

Shades of Mardi Gras #471241

Tints of Mardi Gras #471241

Color information

#471241 (or 0x471241) is unknown color: approx Mardi Gras. HEX triplet: 47, 12 and 41. RGB value is (71,18,65). Sum of RGB (Red+Green+Blue) = 71+18+65=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 65 (25.78% from 255 or 42.21% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #471241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471241 is #B8EDBE. Grayscale: #272727. Windows color (decimal): -12119487 or 4264519. OLE color: 4264519.

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

Color convert

RGB711865-
CMYK00.750.080.72
HSL306.79º59.55%17.45%-
HSV(B)306.79º74.65%27.84%-
XYZ3.772.155.22-
YUV39.2142.56150.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.10%
GREEN value IS 18 (7.42% from 255) = 11.69%
BLUE value IS 65 (25.78% from 255) = 42.21%
R=46.10%
G=11.69%
B=42.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71186500.750.080.72306.7959.5517.45
Hex47124104B8481333c11
Octal107221010113101104637421
Binary1000111100101000001010010111000100100010011001111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471241; }

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

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

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

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

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

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

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

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