#471841

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

Shades of Mardi Gras #471841

Tints of Mardi Gras #471841

Color information

#471841 (or 0x471841) is unknown color: approx Mardi Gras. HEX triplet: 47, 18 and 41. RGB value is (71,24,65). Sum of RGB (Red+Green+Blue) = 71+24+65=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 24 (9.77% from 255 or 15% from 160); Blue value is 65 (25.78% from 255 or 40.62% from 160); Max value from RGB is 71 - color contains mainly: red. Hex color #471841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471841 is #B8E7BE. Grayscale: #2A2A2A. Windows color (decimal): -12117951 or 4266055. OLE color: 4266055.

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

Color convert

RGB712465-
CMYK00.660.080.72
HSL307.66º49.47%18.63%-
HSV(B)307.66º66.2%27.84%-
XYZ3.882.375.25-
YUV42.73140.57148.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.38%
GREEN value IS 24 (9.77% from 255) = 15%
BLUE value IS 65 (25.78% from 255) = 40.62%
R=44.38%
G=15%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71246500.660.080.72307.6649.4718.63
Hex4718410428481343113
Octal107301010102101104646123
Binary1000111110001000001010000101000100100010011010011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471841; }

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

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

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

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

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

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

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

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