#47163F

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

Shades of Mardi Gras #47163F

Tints of Mardi Gras #47163F

Color information

#47163F (or 0x47163F) is unknown color: approx Mardi Gras. HEX triplet: 47, 16 and 3F. RGB value is (71,22,63). Sum of RGB (Red+Green+Blue) = 71+22+63=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #47163F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47163F is #B8E9C0. Grayscale: #292929. Windows color (decimal): -12118465 or 4134471. OLE color: 4134471.

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

Color convert

RGB712263-
CMYK00.690.110.72
HSL309.8º52.69%18.24%-
HSV(B)309.8º69.01%27.84%-
XYZ3.782.274.94-
YUV41.32140.23149.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.51%
GREEN value IS 22 (8.98% from 255) = 14.10%
BLUE value IS 63 (25% from 255) = 40.38%
R=45.51%
G=14.10%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71226300.690.110.72309.852.6918.24
Hex47163F045B481363512
Octal10726770105131104666522
Binary100011110110111111010001011011100100010011011011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47163F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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