#471242

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

Shades of Mardi Gras #471242

Tints of Mardi Gras #471242

Color information

#471242 (or 0x471242) is unknown color: approx Mardi Gras. HEX triplet: 47, 12 and 42. RGB value is (71,18,66). Sum of RGB (Red+Green+Blue) = 71+18+66=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 66 (26.17% from 255 or 42.58% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #471242 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471242 is #B8EDBD. Grayscale: #272727. Windows color (decimal): -12119486 or 4330055. OLE color: 4330055.

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

Color convert

RGB711866-
CMYK00.750.070.72
HSL305.66º59.55%17.45%-
HSV(B)305.66º74.65%27.84%-
XYZ3.82.175.37-
YUV39.32143.06150.6-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.81%
GREEN value IS 18 (7.42% from 255) = 11.61%
BLUE value IS 66 (26.17% from 255) = 42.58%
R=45.81%
G=11.61%
B=42.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71186600.750.070.72305.6659.5517.45
Hex47124204B7481323c11
Octal10722102011371104627421
Binary100011110010100001001001011111100100010011001011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471242; }

 p { color: rgb(71,18,66); }

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

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

 a { background-color: rgb(71,18,66); }

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

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

 span { border-color: rgb(71,18,66); }

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