#471046

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

Shades of Mardi Gras #471046

Tints of Mardi Gras #471046

Color information

#471046 (or 0x471046) is unknown color: approx Mardi Gras. HEX triplet: 47, 10 and 46. RGB value is (71,16,70). Sum of RGB (Red+Green+Blue) = 71+16+70=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 70 (27.73% from 255 or 44.59% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #471046 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471046 is #B8EFB9. Grayscale: #262626. Windows color (decimal): -12119994 or 4591687. OLE color: 4591687.

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

Color convert

RGB711670-
CMYK00.770.010.72
HSL301.09º63.22%17.06%-
HSV(B)301.09º77.46%27.84%-
XYZ3.892.156-
YUV38.6145.72151.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.22%
GREEN value IS 16 (6.64% from 255) = 10.19%
BLUE value IS 70 (27.73% from 255) = 44.59%
R=45.22%
G=10.19%
B=44.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71167000.770.010.72301.0963.2217.06
Hex47104604D14812d3f11
Octal10720106011511104557721
Binary1000111100001000110010011011100100010010110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471046; }

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

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

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

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

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

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

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

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