#470841

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

Shades of Mardi Gras #470841

Tints of Mardi Gras #470841

Color information

#470841 (or 0x470841) is unknown color: approx Mardi Gras. HEX triplet: 47, 08 and 41. RGB value is (71,8,65). Sum of RGB (Red+Green+Blue) = 71+8+65=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 71 - color contains mainly: red. Hex color #470841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470841 is #B8F7BE. Grayscale: #212121. Windows color (decimal): -12122047 or 4261959. OLE color: 4261959.

HSL color Cylindrical-coordinate representation of color #470841: hue angle of 305.71º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #470841 is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB71865-
CMYK00.890.080.72
HSL305.71º79.75%15.49%-
HSV(B)305.71º88.73%27.84%-
XYZ3.641.895.17-
YUV33.33145.87154.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 49.31%
GREEN value IS 8 (3.52% from 255) = 5.56%
BLUE value IS 65 (25.78% from 255) = 45.14%
R=49.31%
G=5.56%
B=45.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7186500.890.080.72305.7179.7515.49
Hex4784105984813250f
Octal1071010101311011046212017
Binary100011110001000001010110011000100100010011001010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470841; }

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

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

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

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

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

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

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

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