#471542

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

Shades of Mardi Gras #471542

Tints of Mardi Gras #471542

Color information

#471542 (or 0x471542) is unknown color: approx Mardi Gras. HEX triplet: 47, 15 and 42. RGB value is (71,21,66). Sum of RGB (Red+Green+Blue) = 71+21+66=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 66 (26.17% from 255 or 41.77% from 158); Max value from RGB is 71 - color contains mainly: red. Hex color #471542 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471542 is #B8EABD. Grayscale: #282828. Windows color (decimal): -12118718 or 4330823. OLE color: 4330823.

HSL color Cylindrical-coordinate representation of color #471542: hue angle of 306º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #471542 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB712166-
CMYK00.700.070.72
HSL306º54.35%18.04%-
HSV(B)306º70.42%27.84%-
XYZ3.852.275.39-
YUV41.08142.06149.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.94%
GREEN value IS 21 (8.59% from 255) = 13.29%
BLUE value IS 66 (26.17% from 255) = 41.77%
R=44.94%
G=13.29%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71216600.700.070.7230654.3518.04
Hex4715420467481323612
Octal10725102010671104626622
Binary100011110101100001001000110111100100010011001011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471542; }

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

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

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

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

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

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

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

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