#471D46

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

Shades of Mardi Gras #471D46

Tints of Mardi Gras #471D46

Color information

#471D46 (or 0x471D46) is unknown color: approx Mardi Gras. HEX triplet: 47, 1D and 46. RGB value is (71,29,70). Sum of RGB (Red+Green+Blue) = 71+29+70=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 29 (11.72% from 255 or 17.06% from 170); Blue value is 70 (27.73% from 255 or 41.18% from 170); Max value from RGB is 71 - color contains mainly: red. Hex color #471D46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D46 is #B8E2B9. Grayscale: #2E2E2E. Windows color (decimal): -12116666 or 4595015. OLE color: 4595015.

HSL color Cylindrical-coordinate representation of color #471D46: hue angle of 301.43º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #471D46 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB712970-
CMYK00.590.010.72
HSL301.43º42%19.61%-
HSV(B)301.43º59.15%27.84%-
XYZ4.142.666.09-
YUV46.23141.41145.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.76%
GREEN value IS 29 (11.72% from 255) = 17.06%
BLUE value IS 70 (27.73% from 255) = 41.18%
R=41.76%
G=17.06%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71297000.590.010.72301.434219.61
Hex471D4603B14812d2a14
Octal1073510607311104555224
Binary100011111101100011001110111100100010010110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,29,70); }

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

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

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

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

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

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

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