#471947

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

Shades of Mardi Gras #471947

Tints of Mardi Gras #471947

Color information

#471947 (or 0x471947) is unknown color: approx Mardi Gras. HEX triplet: 47, 19 and 47. RGB value is (71,25,71). Sum of RGB (Red+Green+Blue) = 71+25+71=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 71 (28.12% from 255 or 42.51% from 167); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #471947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471947 is #B8E6B8. Grayscale: #2B2B2B. Windows color (decimal): -12117689 or 4659527. OLE color: 4659527.

HSL color Cylindrical-coordinate representation of color #471947: hue angle of 300º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #471947 is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB712571-
CMYK00.6500.72
HSL300º47.92%18.82%-
HSV(B)300º64.79%27.84%-
XYZ4.082.496.23-
YUV44143.24147.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.51%
GREEN value IS 25 (10.16% from 255) = 14.97%
BLUE value IS 71 (28.12% from 255) = 42.51%
R=42.51%
G=14.97%
B=42.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71257100.6500.7230047.9218.82
Hex47194704104812c3013
Octal10731107010101104546023
Binary1000111110011000111010000010100100010010110011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471947; }

 p { color: rgb(71,25,71); }

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

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

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

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

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

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

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