#471D45

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

Shades of Mardi Gras #471D45

Tints of Mardi Gras #471D45

Color information

#471D45 (or 0x471D45) is unknown color: approx Mardi Gras. HEX triplet: 47, 1D and 45. RGB value is (71,29,69). Sum of RGB (Red+Green+Blue) = 71+29+69=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 29 (11.72% from 255 or 17.16% from 169); Blue value is 69 (27.34% from 255 or 40.83% from 169); Max value from RGB is 71 - color contains mainly: red. Hex color #471D45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D45 is #B8E2BA. Grayscale: #2E2E2E. Windows color (decimal): -12116667 or 4529479. OLE color: 4529479.

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

Color convert

RGB712969-
CMYK00.590.030.72
HSL302.86º42%19.61%-
HSV(B)302.86º59.15%27.84%-
XYZ4.112.655.92-
YUV46.12140.91145.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.01%
GREEN value IS 29 (11.72% from 255) = 17.16%
BLUE value IS 69 (27.34% from 255) = 40.83%
R=42.01%
G=17.16%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71296900.590.030.72302.864219.61
Hex471D4503B34812f2a14
Octal1073510507331104575224
Binary1000111111011000101011101111100100010010111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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