#471145

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

Shades of Mardi Gras #471145

Tints of Mardi Gras #471145

Color information

#471145 (or 0x471145) is unknown color: approx Mardi Gras. HEX triplet: 47, 11 and 45. RGB value is (71,17,69). Sum of RGB (Red+Green+Blue) = 71+17+69=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 69 (27.34% from 255 or 43.95% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #471145 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471145 is #B8EEBA. Grayscale: #262626. Windows color (decimal): -12119739 or 4526407. OLE color: 4526407.

HSL color Cylindrical-coordinate representation of color #471145: hue angle of 302.22º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #471145 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB711769-
CMYK00.760.030.72
HSL302.22º61.36%17.25%-
HSV(B)302.22º76.06%27.84%-
XYZ3.872.175.84-
YUV39.07144.89150.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.22%
GREEN value IS 17 (7.03% from 255) = 10.83%
BLUE value IS 69 (27.34% from 255) = 43.95%
R=45.22%
G=10.83%
B=43.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71176900.760.030.72302.2261.3617.25
Hex47114504C34812e3d11
Octal10721105011431104567521
Binary10001111000110001010100110011100100010010111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471145; }

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

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

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

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

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

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

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

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