Html Css Color HEX #491147 Mardi Gras

📋 copy color: '#491147'

red 73 ◦ green 17 ◦ blue 71

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

Shades of Mardi Gras #491147

Tints of Mardi Gras #491147

RGB

 RED value IS 73 (28.91% from 255) = 45.34%

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

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

R = 45.34%
G = 10.56%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#491147 (or 0x491147) is known color: Mardi Gras. HEX triplet: 49, 11 and 47. RGB value is (73,17,71). Sum of RGB (Red+Green+Blue) = 73+17+71=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 71 (28.12% from 255 or 44.10% from 161); Max value from RGB is 73 - color contains mainly: red. Hex color #491147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491147 is #B6EEB8. Grayscale: #272727. Windows color (decimal): -11988665 or 4657481. OLE color: 4657481.

HSL color Cylindrical-coordinate representation of color #491147: hue angle of 302.14º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #491147 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 17 71 -
CMYK 0 0.77 0.03 0.71
HSL 302.14º 0.62% 0.18% -
HSV(B) 302.14º 0.77% 0.29% -
XYZ 4.09 2.27 6.18 -
YUV 39.9 145.55 151.61 -
System Red Green Blue C M Y K H S L
Decimal 73 17 71 0 0.77 0.03 0.71 302.14 0.62 0.18
Hex 49 11 47 0 4D 3 47 12E 3E 12
Octal 111 21 107 0 115 3 107 456 76 22
Binary 1001001 10001 1000111 0 1001101 11 1000111 100101110 111110 10010

Color Harmonies of #491147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491147

Black with #491147

Text Example


Text Example

White with #491147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491147; }

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

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

background-color css

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

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

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

border-color css

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

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

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