#471142

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

Shades of Mardi Gras #471142

Tints of Mardi Gras #471142

Color information

#471142 (or 0x471142) is unknown color: approx Mardi Gras. HEX triplet: 47, 11 and 42. RGB value is (71,17,66). Sum of RGB (Red+Green+Blue) = 71+17+66=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 66 (26.17% from 255 or 42.86% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #471142 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471142 is #B8EEBD. Grayscale: #262626. Windows color (decimal): -12119742 or 4329799. OLE color: 4329799.

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

Color convert

RGB711766-
CMYK00.760.070.72
HSL305.56º61.36%17.25%-
HSV(B)305.56º76.06%27.84%-
XYZ3.782.135.37-
YUV38.73143.39151.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.10%
GREEN value IS 17 (7.03% from 255) = 11.04%
BLUE value IS 66 (26.17% from 255) = 42.86%
R=46.10%
G=11.04%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71176600.760.070.72305.5661.3617.25
Hex47114204C7481323d11
Octal10721102011471104627521
Binary100011110001100001001001100111100100010011001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471142; }

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

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

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

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

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

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

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

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