#471A42

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

Shades of Mardi Gras #471A42

Tints of Mardi Gras #471A42

Color information

#471A42 (or 0x471A42) is unknown color: approx Mardi Gras. HEX triplet: 47, 1A and 42. RGB value is (71,26,66). Sum of RGB (Red+Green+Blue) = 71+26+66=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 66 (26.17% from 255 or 40.49% from 163); Max value from RGB is 71 - color contains mainly: red. Hex color #471A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A42 is #B8E5BD. Grayscale: #2B2B2B. Windows color (decimal): -12117438 or 4332103. OLE color: 4332103.

HSL color Cylindrical-coordinate representation of color #471A42: hue angle of 306.67º 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 #471A42 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB712666-
CMYK00.630.070.72
HSL306.67º46.39%19.02%-
HSV(B)306.67º63.38%27.84%-
XYZ3.952.475.42-
YUV44.02140.41147.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.56%
GREEN value IS 26 (10.55% from 255) = 15.95%
BLUE value IS 66 (26.17% from 255) = 40.49%
R=43.56%
G=15.95%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71266600.630.070.72306.6746.3919.02
Hex471A4203F7481332e13
Octal1073210207771104635623
Binary10001111101010000100111111111100100010011001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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