#470140

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

Shades of Mardi Gras #470140

Tints of Mardi Gras #470140

Color information

#470140 (or 0x470140) is unknown color: approx Mardi Gras. HEX triplet: 47, 01 and 40. RGB value is (71,1,64). Sum of RGB (Red+Green+Blue) = 71+1+64=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 64 (25.39% from 255 or 47.06% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #470140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470140 is #B8FEBF. Grayscale: #1C1C1C. Windows color (decimal): -12123840 or 4194631. OLE color: 4194631.

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

Color convert

RGB71164-
CMYK00.990.100.72
HSL306º97.22%14.12%-
HSV(B)306º98.59%27.84%-
XYZ3.531.735-
YUV29.11147.69157.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.21%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 64 (25.39% from 255) = 47.06%
R=52.21%
G=0.74%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7116400.990.100.7230697.2214.12
Hex47140063A4813261e
Octal107110001431211046214116
Binary100011111000000011000111010100100010011001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470140; }

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

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

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

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

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

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

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

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