#471943

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

Shades of Mardi Gras #471943

Tints of Mardi Gras #471943

Color information

#471943 (or 0x471943) is unknown color: approx Mardi Gras. HEX triplet: 47, 19 and 43. RGB value is (71,25,67). Sum of RGB (Red+Green+Blue) = 71+25+67=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 67 (26.56% from 255 or 41.10% from 163); Max value from RGB is 71 - color contains mainly: red. Hex color #471943 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471943 is #B8E6BC. Grayscale: #2B2B2B. Windows color (decimal): -12117693 or 4397383. OLE color: 4397383.

HSL color Cylindrical-coordinate representation of color #471943: hue angle of 305.22º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #471943 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB712567-
CMYK00.650.060.72
HSL305.22º47.92%18.82%-
HSV(B)305.22º64.79%27.84%-
XYZ3.962.445.57-
YUV43.54141.24147.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.56%
GREEN value IS 25 (10.16% from 255) = 15.34%
BLUE value IS 67 (26.56% from 255) = 41.10%
R=43.56%
G=15.34%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71256700.650.060.72305.2247.9218.82
Hex4719430416481313013
Octal10731103010161104616023
Binary100011111001100001101000001110100100010011000111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471943; }

 p { color: rgb(71,25,67); }

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

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

 a { background-color: rgb(71,25,67); }

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

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

 span { border-color: rgb(71,25,67); }

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