Html Css Color HEX #471047 Mardi Gras

📋 copy color: '#471047'

red 71 ◦ green 16 ◦ blue 71

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

Shades of Mardi Gras #471047

Tints of Mardi Gras #471047

RGB

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

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

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

R = 44.94%
G = 10.13%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#471047 (or 0x471047) is known color: Mardi Gras. HEX triplet: 47, 10 and 47. RGB value is (71,16,71). Sum of RGB (Red+Green+Blue) = 71+16+71=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 16 (6.64% from 255 or 10.13% from 158); Blue value is 71 (28.12% from 255 or 44.94% from 158); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #471047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471047 is #B8EFB8. Grayscale: #262626. Windows color (decimal): -12119993 or 4657223. OLE color: 4657223.

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

Color convert

RGB 71 16 71 -
CMYK 0 0.77 0 0.72
HSL 300º 0.63% 0.17% -
HSV(B) 300º 0.77% 0.28% -
XYZ 3.92 2.17 6.17 -
YUV 38.72 146.22 151.03 -
System Red Green Blue C M Y K H S L
Decimal 71 16 71 0 0.77 0 0.72 300 0.63 0.17
Hex 47 10 47 0 4D 0 48 12C 3F 11
Octal 107 20 107 0 115 0 110 454 77 21
Binary 1000111 10000 1000111 0 1001101 0 1001000 100101100 111111 10001

Color Harmonies of #471047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471047

Black with #471047

Text Example


Text Example

White with #471047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471047; }

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

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

background-color css

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

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

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

border-color css

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

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

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