Html Css Color HEX #471A46 Mardi Gras

📋 copy color: '#471A46'

red 71 ◦ green 26 ◦ blue 70

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

Shades of Mardi Gras #471A46

Tints of Mardi Gras #471A46

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.57%

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

R = 42.51%
G = 15.57%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#471A46 (or 0x471A46) is known color: Mardi Gras. HEX triplet: 47, 1A and 46. RGB value is (71,26,70). Sum of RGB (Red+Green+Blue) = 71+26+70=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 70 (27.73% from 255 or 41.92% from 167); Max value from RGB is 71 - color contains mainly: red. Hex color #471A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A46 is #B8E5B9. Grayscale: #2C2C2C. Windows color (decimal): -12117434 or 4594247. OLE color: 4594247.

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

Color convert

RGB 71 26 70 -
CMYK 0 0.63 0.01 0.72
HSL 301.33º 0.46% 0.19% -
HSV(B) 301.33º 0.63% 0.28% -
XYZ 4.07 2.52 6.07 -
YUV 44.47 142.41 146.92 -
System Red Green Blue C M Y K H S L
Decimal 71 26 70 0 0.63 0.01 0.72 301.33 0.46 0.19
Hex 47 1A 46 0 3F 1 48 12D 2E 13
Octal 107 32 106 0 77 1 110 455 56 23
Binary 1000111 11010 1000110 0 111111 1 1001000 100101101 101110 10011

Color Harmonies of #471A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A46

Black with #471A46

Text Example


Text Example

White with #471A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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