#471443

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

Shades of Mardi Gras #471443

Tints of Mardi Gras #471443

Color information

#471443 (or 0x471443) is unknown color: approx Mardi Gras. HEX triplet: 47, 14 and 43. RGB value is (71,20,67). Sum of RGB (Red+Green+Blue) = 71+20+67=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 67 (26.56% from 255 or 42.41% from 158); Max value from RGB is 71 - color contains mainly: red. Hex color #471443 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471443 is #B8EBBC. Grayscale: #282828. Windows color (decimal): -12118973 or 4396103. OLE color: 4396103.

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

Color convert

RGB712067-
CMYK00.720.060.72
HSL304.71º56.04%17.84%-
HSV(B)304.71º71.83%27.84%-
XYZ3.862.255.54-
YUV40.61142.9149.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.94%
GREEN value IS 20 (8.20% from 255) = 12.66%
BLUE value IS 67 (26.56% from 255) = 42.41%
R=44.94%
G=12.66%
B=42.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71206700.720.060.72304.7156.0417.84
Hex4714430486481313812
Octal10724103011061104617022
Binary100011110100100001101001000110100100010011000111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471443; }

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

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

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

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

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

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

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

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