#471048

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

Shades of Mardi Gras #471048

Tints of Mardi Gras #471048

Color information

#471048 (or 0x471048) is unknown color: approx Mardi Gras. HEX triplet: 47, 10 and 48. RGB value is (71,16,72). Sum of RGB (Red+Green+Blue) = 71+16+72=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 16 (6.64% from 255 or 10.06% from 159); Blue value is 72 (28.52% from 255 or 45.28% from 159); Max value from RGB is 72 - color contains mainly: blue. Hex color #471048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471048 is #B8EFB7. Grayscale: #262626. Windows color (decimal): -12119992 or 4722759. OLE color: 4722759.

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

Color convert

RGB711672-
CMYK0.010.7800.72
HSL298.93º63.64%17.25%-
HSV(B)298.93º77.78%28.24%-
XYZ3.952.186.34-
YUV38.83146.72150.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.65%
GREEN value IS 16 (6.64% from 255) = 10.06%
BLUE value IS 72 (28.52% from 255) = 45.28%
R=44.65%
G=10.06%
B=45.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7116720.010.7800.72298.9363.6417.25
Hex47104814E04812b4011
Octal107201101116011045310021
Binary10001111000010010001100111001001000100101011100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471048; }

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

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

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

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

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

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

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

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