#471545

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

Shades of Mardi Gras #471545

Tints of Mardi Gras #471545

Color information

#471545 (or 0x471545) is unknown color: approx Mardi Gras. HEX triplet: 47, 15 and 45. RGB value is (71,21,69). Sum of RGB (Red+Green+Blue) = 71+21+69=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 69 (27.34% from 255 or 42.86% from 161); Max value from RGB is 71 - color contains mainly: red. Hex color #471545 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471545 is #B8EABA. Grayscale: #292929. Windows color (decimal): -12118715 or 4527431. OLE color: 4527431.

HSL color Cylindrical-coordinate representation of color #471545: hue angle of 302.4º 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 #471545 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB712169-
CMYK00.700.030.72
HSL302.4º54.35%18.04%-
HSV(B)302.4º70.42%27.84%-
XYZ3.942.315.87-
YUV41.42143.56149.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.10%
GREEN value IS 21 (8.59% from 255) = 13.04%
BLUE value IS 69 (27.34% from 255) = 42.86%
R=44.10%
G=13.04%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71216900.700.030.72302.454.3518.04
Hex47154504634812e3612
Octal10725105010631104566622
Binary10001111010110001010100011011100100010010111011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471545; }

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

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

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

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

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

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

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

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