Html Css Color HEX #471247 Mardi Gras

📋 copy color: '#471247'

red 71 ◦ green 18 ◦ blue 71

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

Shades of Mardi Gras #471247

Tints of Mardi Gras #471247

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.25%

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

R = 44.38%
G = 11.25%
B = 44.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#471247 (or 0x471247) is known color: Mardi Gras. HEX triplet: 47, 12 and 47. RGB value is (71,18,71). Sum of RGB (Red+Green+Blue) = 71+18+71=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 71 (28.12% from 255 or 44.38% from 160); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #471247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471247 is #B8EDB8. Grayscale: #272727. Windows color (decimal): -12119481 or 4657735. OLE color: 4657735.

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

Color convert

RGB 71 18 71 -
CMYK 0 0.75 0 0.72
HSL 300º 0.6% 0.17% -
HSV(B) 300º 0.75% 0.28% -
XYZ 3.95 2.23 6.18 -
YUV 39.89 145.56 150.19 -
System Red Green Blue C M Y K H S L
Decimal 71 18 71 0 0.75 0 0.72 300 0.6 0.17
Hex 47 12 47 0 4B 0 48 12C 3C 11
Octal 107 22 107 0 113 0 110 454 74 21
Binary 1000111 10010 1000111 0 1001011 0 1001000 100101100 111100 10001

Color Harmonies of #471247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471247

Black with #471247

Text Example


Text Example

White with #471247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471247; }

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

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

background-color css

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

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

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

border-color css

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

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

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