#471641

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

Shades of Mardi Gras #471641

Tints of Mardi Gras #471641

Color information

#471641 (or 0x471641) is unknown color: approx Mardi Gras. HEX triplet: 47, 16 and 41. RGB value is (71,22,65). Sum of RGB (Red+Green+Blue) = 71+22+65=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 71 - color contains mainly: red. Hex color #471641 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471641 is #B8E9BE. Grayscale: #292929. Windows color (decimal): -12118463 or 4265543. OLE color: 4265543.

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

Color convert

RGB712265-
CMYK00.690.080.72
HSL307.35º52.69%18.24%-
HSV(B)307.35º69.01%27.84%-
XYZ3.842.35.24-
YUV41.55141.23149-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.94%
GREEN value IS 22 (8.98% from 255) = 13.92%
BLUE value IS 65 (25.78% from 255) = 41.14%
R=44.94%
G=13.92%
B=41.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71226500.690.080.72307.3552.6918.24
Hex4716410458481333512
Octal107261010105101104636522
Binary1000111101101000001010001011000100100010011001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471641; }

 p { color: rgb(71,22,65); }

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

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

 a { background-color: rgb(71,22,65); }

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

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

 span { border-color: rgb(71,22,65); }

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