#47053F

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

Shades of Mardi Gras #47053F

Tints of Mardi Gras #47053F

Color information

#47053F (or 0x47053F) is unknown color: approx Mardi Gras. HEX triplet: 47, 05 and 3F. RGB value is (71,5,63). Sum of RGB (Red+Green+Blue) = 71+5+63=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 63 (25% from 255 or 45.32% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #47053F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47053F is #B8FAC0. Grayscale: #1F1F1F. Windows color (decimal): -12122817 or 4130119. OLE color: 4130119.

HSL color Cylindrical-coordinate representation of color #47053F: hue angle of 307.27º 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 #47053F is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB71563-
CMYK00.930.110.72
HSL307.27º86.84%14.9%-
HSV(B)307.27º92.96%27.84%-
XYZ3.551.814.86-
YUV31.35145.87156.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.08%
GREEN value IS 5 (2.34% from 255) = 3.60%
BLUE value IS 63 (25% from 255) = 45.32%
R=51.08%
G=3.60%
B=45.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7156300.930.110.72307.2786.8414.9
Hex4753F05DB4813357f
Octal10757701351311046312717
Binary1000111101111111010111011011100100010011001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47053F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47053F; }

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

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

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

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

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

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

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

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