#471042

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

Shades of Mardi Gras #471042

Tints of Mardi Gras #471042

Color information

#471042 (or 0x471042) is unknown color: approx Mardi Gras. HEX triplet: 47, 10 and 42. RGB value is (71,16,66). Sum of RGB (Red+Green+Blue) = 71+16+66=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 16 (6.64% from 255 or 10.46% from 153); Blue value is 66 (26.17% from 255 or 43.14% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #471042 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471042 is #B8EFBD. Grayscale: #262626. Windows color (decimal): -12119998 or 4329543. OLE color: 4329543.

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

Color convert

RGB711666-
CMYK00.770.070.72
HSL305.45º63.22%17.06%-
HSV(B)305.45º77.46%27.84%-
XYZ3.772.15.36-
YUV38.14143.72151.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.41%
GREEN value IS 16 (6.64% from 255) = 10.46%
BLUE value IS 66 (26.17% from 255) = 43.14%
R=46.41%
G=10.46%
B=43.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71166600.770.070.72305.4563.2217.06
Hex47104204D7481313f11
Octal10720102011571104617721
Binary100011110000100001001001101111100100010011000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471042; }

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

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

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

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

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

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

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

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