#470040

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

Shades of Mardi Gras #470040

Tints of Mardi Gras #470040

Color information

#470040 (or 0x470040) is unknown color: approx Mardi Gras. HEX triplet: 47, 00 and 40. RGB value is (71,0,64). Sum of RGB (Red+Green+Blue) = 71+0+64=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 64 (25.39% from 255 or 47.41% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #470040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470040 is #B8FFBF. Grayscale: #1C1C1C. Windows color (decimal): -12124096 or 4194375. OLE color: 4194375.

HSL color Cylindrical-coordinate representation of color #470040: hue angle of 305.92º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #470040 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB71064-
CMYK010.100.72
HSL305.92º100%13.92%-
HSV(B)305.92º100%27.84%-
XYZ3.521.714.99-
YUV28.52148.02158.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 64 (25.39% from 255) = 47.41%
R=52.59%
G=0%
B=47.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71064010.100.72305.9210013.92
Hex47040064A4813264e
Octal107010001441211046214416
Binary100011101000000011001001010100100010011001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470040; }

 p { color: rgb(71,0,64); }

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

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

 a { background-color: rgb(71,0,64); }

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

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

 span { border-color: rgb(71,0,64); }

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