#471045

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

Shades of Mardi Gras #471045

Tints of Mardi Gras #471045

Color information

#471045 (or 0x471045) is unknown color: approx Mardi Gras. HEX triplet: 47, 10 and 45. RGB value is (71,16,69). Sum of RGB (Red+Green+Blue) = 71+16+69=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 69 (27.34% from 255 or 44.23% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #471045 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471045 is #B8EFBA. Grayscale: #262626. Windows color (decimal): -12119995 or 4526151. OLE color: 4526151.

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

Color convert

RGB711669-
CMYK00.770.030.72
HSL302.18º63.22%17.06%-
HSV(B)302.18º77.46%27.84%-
XYZ3.862.145.84-
YUV38.49145.22151.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.51%
GREEN value IS 16 (6.64% from 255) = 10.26%
BLUE value IS 69 (27.34% from 255) = 44.23%
R=45.51%
G=10.26%
B=44.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71166900.770.030.72302.1863.2217.06
Hex47104504D34812e3f11
Octal10720105011531104567721
Binary10001111000010001010100110111100100010010111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471045; }

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

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

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

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

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

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

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

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