#471648

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

Shades of Mardi Gras #471648

Tints of Mardi Gras #471648

Color information

#471648 (or 0x471648) is unknown color: approx Mardi Gras. HEX triplet: 47, 16 and 48. RGB value is (71,22,72). Sum of RGB (Red+Green+Blue) = 71+22+72=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 72 - color contains mainly: blue. Hex color #471648 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471648 is #B8E9B7. Grayscale: #2A2A2A. Windows color (decimal): -12118456 or 4724295. OLE color: 4724295.

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

Color convert

RGB712272-
CMYK0.010.6900.72
HSL298.8º53.19%18.43%-
HSV(B)298.8º69.44%28.24%-
XYZ4.062.386.38-
YUV42.35144.73148.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.03%
GREEN value IS 22 (8.98% from 255) = 13.33%
BLUE value IS 72 (28.52% from 255) = 43.64%
R=43.03%
G=13.33%
B=43.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7122720.010.6900.72298.853.1918.43
Hex47164814504812b3512
Octal10726110110501104536522
Binary1000111101101001000110001010100100010010101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471648; }

 p { color: rgb(71,22,72); }

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

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

 a { background-color: rgb(71,22,72); }

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

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

 span { border-color: rgb(71,22,72); }

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