Html Css Color HEX #491547 Mardi Gras

📋 copy color: '#491547'

red 73 ◦ green 21 ◦ blue 71

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

Shades of Mardi Gras #491547

Tints of Mardi Gras #491547

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.73%

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

R = 44.24%
G = 12.73%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#491547 (or 0x491547) is known color: Mardi Gras. HEX triplet: 49, 15 and 47. RGB value is (73,21,71). Sum of RGB (Red+Green+Blue) = 73+21+71=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 71 (28.12% from 255 or 43.03% from 165); Max value from RGB is 73 - color contains mainly: red. Hex color #491547 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491547 is #B6EAB8. Grayscale: #2A2A2A. Windows color (decimal): -11987641 or 4658505. OLE color: 4658505.

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

Color convert

RGB 73 21 71 -
CMYK 0 0.71 0.03 0.71
HSL 302.31º 0.55% 0.18% -
HSV(B) 302.31º 0.71% 0.29% -
XYZ 4.15 2.41 6.21 -
YUV 42.25 144.23 149.93 -
System Red Green Blue C M Y K H S L
Decimal 73 21 71 0 0.71 0.03 0.71 302.31 0.55 0.18
Hex 49 15 47 0 47 3 47 12E 37 12
Octal 111 25 107 0 107 3 107 456 67 22
Binary 1001001 10101 1000111 0 1000111 11 1000111 100101110 110111 10010

Color Harmonies of #491547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491547

Black with #491547

Text Example


Text Example

White with #491547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491547; }

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

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

background-color css

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

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

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

border-color css

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

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

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