#471040

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

Shades of Mardi Gras #471040

Tints of Mardi Gras #471040

Color information

#471040 (or 0x471040) is unknown color: approx Mardi Gras. HEX triplet: 47, 10 and 40. RGB value is (71,16,64). Sum of RGB (Red+Green+Blue) = 71+16+64=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #471040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471040 is #B8EFBF. Grayscale: #252525. Windows color (decimal): -12120000 or 4198471. OLE color: 4198471.

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

Color convert

RGB711664-
CMYK00.770.100.72
HSL307.64º63.22%17.06%-
HSV(B)307.64º77.46%27.84%-
XYZ3.712.085.06-
YUV37.92142.72151.6-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.02%
GREEN value IS 16 (6.64% from 255) = 10.60%
BLUE value IS 64 (25.39% from 255) = 42.38%
R=47.02%
G=10.60%
B=42.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71166400.770.100.72307.6463.2217.06
Hex47104004DA481343f11
Octal107201000115121104647721
Binary1000111100001000000010011011010100100010011010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471040; }

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

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

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

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

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

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

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

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