Html Css Color HEX #471347 Mardi Gras

📋 copy color: '#471347'

red 71 ◦ green 19 ◦ blue 71

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

Shades of Mardi Gras #471347

Tints of Mardi Gras #471347

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.8%

 BLUE value IS 71 (28.13% from 255) = 44.1%

R = 44.1%
G = 11.8%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#471347 (or 0x471347) is known color: Mardi Gras. HEX triplet: 47, 13 and 47. RGB value is (71,19,71). Sum of RGB (Red+Green+Blue) = 71+19+71=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 71 (28.12% from 255 or 44.10% from 161); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #471347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471347 is #B8ECB8. Grayscale: #282828. Windows color (decimal): -12119225 or 4657991. OLE color: 4657991.

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

Color convert

RGB 71 19 71 -
CMYK 0 0.73 0 0.72
HSL 300º 0.58% 0.18% -
HSV(B) 300º 0.73% 0.28% -
XYZ 3.97 2.26 6.19 -
YUV 40.48 145.23 149.77 -
System Red Green Blue C M Y K H S L
Decimal 71 19 71 0 0.73 0 0.72 300 0.58 0.18
Hex 47 13 47 0 49 0 48 12C 3A 12
Octal 107 23 107 0 111 0 110 454 72 22
Binary 1000111 10011 1000111 0 1001001 0 1001000 100101100 111010 10010

Color Harmonies of #471347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471347

Black with #471347

Text Example


Text Example

White with #471347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471347; }

 p { color: rgb(71,19,71); }

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

background-color css

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

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

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

border-color css

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

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

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