Html Css Color HEX #491947 Mardi Gras

📋 copy color: '#491947'

red 73 ◦ green 25 ◦ blue 71

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

Shades of Mardi Gras #491947

Tints of Mardi Gras #491947

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.79%

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

R = 43.2%
G = 14.79%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#491947 (or 0x491947) is known color: Mardi Gras. HEX triplet: 49, 19 and 47. RGB value is (73,25,71). Sum of RGB (Red+Green+Blue) = 73+25+71=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 71 (28.12% from 255 or 42.01% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #491947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491947 is #B6E6B8. Grayscale: #2C2C2C. Windows color (decimal): -11986617 or 4659529. OLE color: 4659529.

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

Color convert

RGB 73 25 71 -
CMYK 0 0.66 0.03 0.71
HSL 302.5º 0.49% 0.19% -
HSV(B) 302.5º 0.66% 0.29% -
XYZ 4.23 2.57 6.23 -
YUV 44.6 142.9 148.26 -
System Red Green Blue C M Y K H S L
Decimal 73 25 71 0 0.66 0.03 0.71 302.5 0.49 0.19
Hex 49 19 47 0 42 3 47 12E 31 13
Octal 111 31 107 0 102 3 107 456 61 23
Binary 1001001 11001 1000111 0 1000010 11 1000111 100101110 110001 10011

Color Harmonies of #491947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491947

Black with #491947

Text Example


Text Example

White with #491947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491947; }

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

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

background-color css

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

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

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

border-color css

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

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

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