#470541

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

Shades of Mardi Gras #470541

Tints of Mardi Gras #470541

Color information

#470541 (or 0x470541) is unknown color: approx Mardi Gras. HEX triplet: 47, 05 and 41. RGB value is (71,5,65). Sum of RGB (Red+Green+Blue) = 71+5+65=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 65 (25.78% from 255 or 46.10% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #470541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470541 is #B8FABE. Grayscale: #1F1F1F. Windows color (decimal): -12122815 or 4261191. OLE color: 4261191.

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

Color convert

RGB71565-
CMYK00.930.080.72
HSL305.45º86.84%14.9%-
HSV(B)305.45º92.96%27.84%-
XYZ3.611.835.16-
YUV31.57146.87156.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.35%
GREEN value IS 5 (2.34% from 255) = 3.55%
BLUE value IS 65 (25.78% from 255) = 46.10%
R=50.35%
G=3.55%
B=46.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7156500.930.080.72305.4586.8414.9
Hex4754105D84813157f
Octal107510101351011046112717
Binary10001111011000001010111011000100100010011000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470541; }

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

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

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

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

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

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

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

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