#471445

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

Shades of Mardi Gras #471445

Tints of Mardi Gras #471445

Color information

#471445 (or 0x471445) is unknown color: approx Mardi Gras. HEX triplet: 47, 14 and 45. RGB value is (71,20,69). Sum of RGB (Red+Green+Blue) = 71+20+69=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 69 (27.34% from 255 or 43.12% from 160); Max value from RGB is 71 - color contains mainly: red. Hex color #471445 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471445 is #B8EBBA. Grayscale: #282828. Windows color (decimal): -12118971 or 4527175. OLE color: 4527175.

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

Color convert

RGB712069-
CMYK00.720.030.72
HSL302.35º56.04%17.84%-
HSV(B)302.35º71.83%27.84%-
XYZ3.922.275.86-
YUV40.83143.9149.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.38%
GREEN value IS 20 (8.20% from 255) = 12.5%
BLUE value IS 69 (27.34% from 255) = 43.12%
R=44.38%
G=12.5%
B=43.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71206900.720.030.72302.3556.0417.84
Hex47144504834812e3812
Octal10724105011031104567022
Binary10001111010010001010100100011100100010010111011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471445; }

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

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

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

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

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

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

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

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