#471345

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

Shades of Mardi Gras #471345

Tints of Mardi Gras #471345

Color information

#471345 (or 0x471345) is unknown color: approx Mardi Gras. HEX triplet: 47, 13 and 45. RGB value is (71,19,69). Sum of RGB (Red+Green+Blue) = 71+19+69=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 69 (27.34% from 255 or 43.40% from 159); Max value from RGB is 71 - color contains mainly: red. Hex color #471345 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471345 is #B8ECBA. Grayscale: #282828. Windows color (decimal): -12119227 or 4526919. OLE color: 4526919.

HSL color Cylindrical-coordinate representation of color #471345: hue angle of 302.31º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #471345 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB711969-
CMYK00.730.030.72
HSL302.31º57.78%17.65%-
HSV(B)302.31º73.24%27.84%-
XYZ3.912.245.86-
YUV40.25144.23149.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.65%
GREEN value IS 19 (7.81% from 255) = 11.95%
BLUE value IS 69 (27.34% from 255) = 43.40%
R=44.65%
G=11.95%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71196900.730.030.72302.3157.7817.65
Hex47134504934812e3a12
Octal10723105011131104567222
Binary10001111001110001010100100111100100010010111011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471345; }

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

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

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

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

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

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

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

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