#471A44

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

Shades of Mardi Gras #471A44

Tints of Mardi Gras #471A44

Color information

#471A44 (or 0x471A44) is unknown color: approx Mardi Gras. HEX triplet: 47, 1A and 44. RGB value is (71,26,68). Sum of RGB (Red+Green+Blue) = 71+26+68=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 26 (10.55% from 255 or 15.76% from 165); Blue value is 68 (26.95% from 255 or 41.21% from 165); Max value from RGB is 71 - color contains mainly: red. Hex color #471A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A44 is #B8E5BB. Grayscale: #2C2C2C. Windows color (decimal): -12117436 or 4463175. OLE color: 4463175.

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

Color convert

RGB712668-
CMYK00.630.040.72
HSL304º46.39%19.02%-
HSV(B)304º63.38%27.84%-
XYZ4.012.55.74-
YUV44.24141.41147.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.03%
GREEN value IS 26 (10.55% from 255) = 15.76%
BLUE value IS 68 (26.95% from 255) = 41.21%
R=43.03%
G=15.76%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71266800.630.040.7230446.3919.02
Hex471A4403F4481302e13
Octal1073210407741104605623
Binary10001111101010001000111111100100100010011000010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471A44; }

 p { color: rgb(71,26,68); }

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

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

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

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

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

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

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