Html Css Color HEX #471046 Mardi Gras

📋 copy color: '#471046'

red 71 ◦ green 16 ◦ blue 70

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

Shades of Mardi Gras #471046

Tints of Mardi Gras #471046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 44.59%

R = 45.22%
G = 10.19%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#471046 (or 0x471046) is known color: Mardi Gras. HEX triplet: 47, 10 and 46. RGB value is (71,16,70). Sum of RGB (Red+Green+Blue) = 71+16+70=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 70 (27.73% from 255 or 44.59% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #471046 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471046 is #B8EFB9. Grayscale: #262626. Windows color (decimal): -12119994 or 4591687. OLE color: 4591687.

HSL color Cylindrical-coordinate representation of color #471046: hue angle of 301.09º 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 #471046 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 16 70 -
CMYK 0 0.77 0.01 0.72
HSL 301.09º 0.63% 0.17% -
HSV(B) 301.09º 0.77% 0.28% -
XYZ 3.89 2.15 6 -
YUV 38.6 145.72 151.11 -
System Red Green Blue C M Y K H S L
Decimal 71 16 70 0 0.77 0.01 0.72 301.09 0.63 0.17
Hex 47 10 46 0 4D 1 48 12D 3F 11
Octal 107 20 106 0 115 1 110 455 77 21
Binary 1000111 10000 1000110 0 1001101 1 1001000 100101101 111111 10001

Color Harmonies of #471046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471046

Black with #471046

Text Example


Text Example

White with #471046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471046; }

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

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

background-color css

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

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

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

border-color css

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

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

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