Html Css Color HEX #471049 Mardi Gras

📋 copy color: '#471049'

red 71 ◦ green 16 ◦ blue 73

#471049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #471049

Tints of Mardi Gras #471049

RGB

 RED value IS 71 (28.13% from 255) = 44.38%

 GREEN value IS 16 (6.64% from 255) = 10%

 BLUE value IS 73 (28.91% from 255) = 45.63%

R = 44.38%
G = 10%
B = 45.63%

CMYK

 C value IS 0.03

 M value IS 0.78

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#471049 (or 0x471049) is known color: Mardi Gras. HEX triplet: 47, 10 and 49. RGB value is (71,16,73). Sum of RGB (Red+Green+Blue) = 71+16+73=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 73 - color contains mainly: blue. Hex color #471049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471049 is #B8EFB6. Grayscale: #262626. Windows color (decimal): -12119991 or 4788295. OLE color: 4788295.

HSL color Cylindrical-coordinate representation of color #471049: hue angle of 297.89º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #471049 is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 16 73 -
CMYK 0.03 0.78 0 0.71
HSL 297.89º 0.64% 0.17% -
HSV(B) 297.89º 0.78% 0.29% -
XYZ 3.99 2.19 6.52 -
YUV 38.94 147.22 150.87 -
System Red Green Blue C M Y K H S L
Decimal 71 16 73 0.03 0.78 0 0.71 297.89 0.64 0.17
Hex 47 10 49 3 4E 0 47 12A 40 11
Octal 107 20 111 3 116 0 107 452 100 21
Binary 1000111 10000 1001001 11 1001110 0 1000111 100101010 1000000 10001

Color Harmonies of #471049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471049

Black with #471049

Text Example


Text Example

White with #471049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471049; }

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

 H1.HeaderClassName
 {
   color: #471049;
 }
 .AnyTagClassName
 {
   color: #471049;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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