#470241

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

Shades of Mardi Gras #470241

Tints of Mardi Gras #470241

Color information

#470241 (or 0x470241) is unknown color: approx Mardi Gras. HEX triplet: 47, 02 and 41. RGB value is (71,2,65). Sum of RGB (Red+Green+Blue) = 71+2+65=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 65 (25.78% from 255 or 47.10% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #470241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470241 is #B8FDBE. Grayscale: #1D1D1D. Windows color (decimal): -12123583 or 4260423. OLE color: 4260423.

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

Color convert

RGB71265-
CMYK00.970.080.72
HSL305.22º94.52%14.31%-
HSV(B)305.22º97.18%27.84%-
XYZ3.571.765.15-
YUV29.81147.86157.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.45%
GREEN value IS 2 (1.17% from 255) = 1.45%
BLUE value IS 65 (25.78% from 255) = 47.10%
R=51.45%
G=1.45%
B=47.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7126500.970.080.72305.2294.5214.31
Hex472410618481315fe
Octal107210101411011046113716
Binary1000111101000001011000011000100100010011000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470241; }

 p { color: rgb(71,2,65); }

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

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

 a { background-color: rgb(71,2,65); }

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

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

 span { border-color: rgb(71,2,65); }

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