#47143F

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

Shades of Mardi Gras #47143F

Tints of Mardi Gras #47143F

Color information

#47143F (or 0x47143F) is unknown color: approx Mardi Gras. HEX triplet: 47, 14 and 3F. RGB value is (71,20,63). Sum of RGB (Red+Green+Blue) = 71+20+63=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #47143F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47143F is #B8EBC0. Grayscale: #282828. Windows color (decimal): -12118977 or 4133959. OLE color: 4133959.

HSL color Cylindrical-coordinate representation of color #47143F: hue angle of 309.41º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47143F is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB712063-
CMYK00.720.110.72
HSL309.41º56.04%17.84%-
HSV(B)309.41º71.83%27.84%-
XYZ3.752.24.93-
YUV40.15140.9150-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.10%
GREEN value IS 20 (8.20% from 255) = 12.99%
BLUE value IS 63 (25% from 255) = 40.91%
R=46.10%
G=12.99%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71206300.720.110.72309.4156.0417.84
Hex47143F048B481353812
Octal10724770110131104657022
Binary100011110100111111010010001011100100010011010111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47143F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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