#470141

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

Shades of Mardi Gras #470141

Tints of Mardi Gras #470141

Color information

#470141 (or 0x470141) is unknown color: approx Mardi Gras. HEX triplet: 47, 01 and 41. RGB value is (71,1,65). Sum of RGB (Red+Green+Blue) = 71+1+65=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 65 (25.78% from 255 or 47.45% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #470141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470141 is #B8FEBE. Grayscale: #1D1D1D. Windows color (decimal): -12123839 or 4260167. OLE color: 4260167.

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

Color convert

RGB71165-
CMYK00.990.080.72
HSL305.14º97.22%14.12%-
HSV(B)305.14º98.59%27.84%-
XYZ3.561.745.15-
YUV29.23148.19157.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.82%
GREEN value IS 1 (0.78% from 255) = 0.73%
BLUE value IS 65 (25.78% from 255) = 47.45%
R=51.82%
G=0.73%
B=47.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7116500.990.080.72305.1497.2214.12
Hex4714106384813161e
Octal107110101431011046114116
Binary100011111000001011000111000100100010011000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470141; }

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

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

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

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

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

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

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

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