Html Css Color HEX #471246 Mardi Gras

📋 copy color: '#471246'

red 71 ◦ green 18 ◦ blue 70

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

Shades of Mardi Gras #471246

Tints of Mardi Gras #471246

RGB

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

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

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

R = 44.65%
G = 11.32%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#471246 (or 0x471246) is known color: Mardi Gras. HEX triplet: 47, 12 and 46. RGB value is (71,18,70). Sum of RGB (Red+Green+Blue) = 71+18+70=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 70 (27.73% from 255 or 44.03% from 159); Max value from RGB is 71 - color contains mainly: red. Hex color #471246 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471246 is #B8EDB9. Grayscale: #272727. Windows color (decimal): -12119482 or 4592199. OLE color: 4592199.

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

Color convert

RGB 71 18 70 -
CMYK 0 0.75 0.01 0.72
HSL 301.13º 0.6% 0.17% -
HSV(B) 301.13º 0.75% 0.28% -
XYZ 3.92 2.21 6.02 -
YUV 39.78 145.06 150.27 -
System Red Green Blue C M Y K H S L
Decimal 71 18 70 0 0.75 0.01 0.72 301.13 0.6 0.17
Hex 47 12 46 0 4B 1 48 12D 3C 11
Octal 107 22 106 0 113 1 110 455 74 21
Binary 1000111 10010 1000110 0 1001011 1 1001000 100101101 111100 10001

Color Harmonies of #471246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471246

Black with #471246

Text Example


Text Example

White with #471246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471246; }

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

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

background-color css

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

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

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

border-color css

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

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

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