#47123E

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

Shades of Mardi Gras #47123E

Tints of Mardi Gras #47123E

Color information

#47123E (or 0x47123E) is unknown color: approx Mardi Gras. HEX triplet: 47, 12 and 3E. RGB value is (71,18,62). Sum of RGB (Red+Green+Blue) = 71+18+62=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 62 (24.61% from 255 or 41.06% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #47123E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47123E is #B8EDC1. Grayscale: #262626. Windows color (decimal): -12119490 or 4067911. OLE color: 4067911.

HSL color Cylindrical-coordinate representation of color #47123E: hue angle of 310.19º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #47123E is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB711862-
CMYK00.750.130.72
HSL310.19º59.55%17.45%-
HSV(B)310.19º74.65%27.84%-
XYZ3.682.124.77-
YUV38.86141.06150.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.02%
GREEN value IS 18 (7.42% from 255) = 11.92%
BLUE value IS 62 (24.61% from 255) = 41.06%
R=47.02%
G=11.92%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71186200.750.130.72310.1959.5517.45
Hex47123E04BD481363c11
Octal10722760113151104667421
Binary100011110010111110010010111101100100010011011011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47123E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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