#471740

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

Shades of Mardi Gras #471740

Tints of Mardi Gras #471740

Color information

#471740 (or 0x471740) is unknown color: approx Mardi Gras. HEX triplet: 47, 17 and 40. RGB value is (71,23,64). Sum of RGB (Red+Green+Blue) = 71+23+64=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 71 - color contains mainly: red. Hex color #471740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471740 is #B8E8BF. Grayscale: #292929. Windows color (decimal): -12118208 or 4200263. OLE color: 4200263.

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

Color convert

RGB712364-
CMYK00.680.100.72
HSL308.75º51.06%18.43%-
HSV(B)308.75º67.61%27.84%-
XYZ3.832.325.1-
YUV42.03140.4148.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.94%
GREEN value IS 23 (9.38% from 255) = 14.56%
BLUE value IS 64 (25.39% from 255) = 40.51%
R=44.94%
G=14.56%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71236400.680.100.72308.7551.0618.43
Hex471740044A481353312
Octal107271000104121104656322
Binary1000111101111000000010001001010100100010011010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471740; }

 p { color: rgb(71,23,64); }

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

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

 a { background-color: rgb(71,23,64); }

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

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

 span { border-color: rgb(71,23,64); }

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