Html Css Color HEX #471144 Mardi Gras

📋 copy color: '#471144'

red 71 ◦ green 17 ◦ blue 68

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

Shades of Mardi Gras #471144

Tints of Mardi Gras #471144

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.9%

 BLUE value IS 68 (26.95% from 255) = 43.59%

R = 45.51%
G = 10.9%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#471144 (or 0x471144) is known color: Mardi Gras. HEX triplet: 47, 11 and 44. RGB value is (71,17,68). Sum of RGB (Red+Green+Blue) = 71+17+68=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 68 (26.95% from 255 or 43.59% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #471144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471144 is #B8EEBB. Grayscale: #262626. Windows color (decimal): -12119740 or 4460871. OLE color: 4460871.

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

Color convert

RGB 71 17 68 -
CMYK 0 0.76 0.04 0.72
HSL 303.33º 0.61% 0.17% -
HSV(B) 303.33º 0.76% 0.28% -
XYZ 3.84 2.16 5.68 -
YUV 38.96 144.39 150.85 -
System Red Green Blue C M Y K H S L
Decimal 71 17 68 0 0.76 0.04 0.72 303.33 0.61 0.17
Hex 47 11 44 0 4C 4 48 12F 3D 11
Octal 107 21 104 0 114 4 110 457 75 21
Binary 1000111 10001 1000100 0 1001100 100 1001000 100101111 111101 10001

Color Harmonies of #471144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471144

Black with #471144

Text Example


Text Example

White with #471144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471144; }

 p { color: rgb(71,17,68); }

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

background-color css

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

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

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

border-color css

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

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

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