#47123F

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

Shades of Mardi Gras #47123F

Tints of Mardi Gras #47123F

Color information

#47123F (or 0x47123F) is unknown color: approx Mardi Gras. HEX triplet: 47, 12 and 3F. RGB value is (71,18,63). Sum of RGB (Red+Green+Blue) = 71+18+63=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #47123F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47123F is #B8EDC0. Grayscale: #262626. Windows color (decimal): -12119489 or 4133447. OLE color: 4133447.

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

Color convert

RGB711863-
CMYK00.750.110.72
HSL309.06º59.55%17.45%-
HSV(B)309.06º74.65%27.84%-
XYZ3.712.134.92-
YUV38.98141.56150.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.71%
GREEN value IS 18 (7.42% from 255) = 11.84%
BLUE value IS 63 (25% from 255) = 41.45%
R=46.71%
G=11.84%
B=41.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71186300.750.110.72309.0659.5517.45
Hex47123F04BB481353c11
Octal10722770113131104657421
Binary100011110010111111010010111011100100010011010111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47123F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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