#471845

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

Shades of Mardi Gras #471845

Tints of Mardi Gras #471845

Color information

#471845 (or 0x471845) is unknown color: approx Mardi Gras. HEX triplet: 47, 18 and 45. RGB value is (71,24,69). Sum of RGB (Red+Green+Blue) = 71+24+69=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 69 (27.34% from 255 or 42.07% from 164); Max value from RGB is 71 - color contains mainly: red. Hex color #471845 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471845 is #B8E7BA. Grayscale: #2B2B2B. Windows color (decimal): -12117947 or 4528199. OLE color: 4528199.

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

Color convert

RGB712469-
CMYK00.660.030.72
HSL302.55º49.47%18.63%-
HSV(B)302.55º66.2%27.84%-
XYZ42.425.89-
YUV43.18142.57147.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.29%
GREEN value IS 24 (9.77% from 255) = 14.63%
BLUE value IS 69 (27.34% from 255) = 42.07%
R=43.29%
G=14.63%
B=42.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71246900.660.030.72302.5549.4718.63
Hex47184504234812f3113
Octal10730105010231104576123
Binary10001111100010001010100001011100100010010111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471845; }

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

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

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

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

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

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

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

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