#47143E

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

Shades of Mardi Gras #47143E

Tints of Mardi Gras #47143E

Color information

#47143E (or 0x47143E) is unknown color: approx Mardi Gras. HEX triplet: 47, 14 and 3E. RGB value is (71,20,62). Sum of RGB (Red+Green+Blue) = 71+20+62=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 62 (24.61% from 255 or 40.52% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #47143E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47143E is #B8EBC1. Grayscale: #272727. Windows color (decimal): -12118978 or 4068423. OLE color: 4068423.

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

Color convert

RGB712062-
CMYK00.720.130.72
HSL310.59º56.04%17.84%-
HSV(B)310.59º71.83%27.84%-
XYZ3.722.194.78-
YUV40.04140.4150.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.41%
GREEN value IS 20 (8.20% from 255) = 13.07%
BLUE value IS 62 (24.61% from 255) = 40.52%
R=46.41%
G=13.07%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.13
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71206200.720.130.72310.5956.0417.84
Hex47143E048D481373812
Octal10724760110151104677022
Binary100011110100111110010010001101100100010011011111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47143E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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