Html Css Color HEX #491047 Mardi Gras

📋 copy color: '#491047'

red 73 ◦ green 16 ◦ blue 71

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

Shades of Mardi Gras #491047

Tints of Mardi Gras #491047

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10%

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

R = 45.63%
G = 10%
B = 44.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#491047 (or 0x491047) is known color: Mardi Gras. HEX triplet: 49, 10 and 47. RGB value is (73,16,71). Sum of RGB (Red+Green+Blue) = 73+16+71=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 71 (28.12% from 255 or 44.38% from 160); Max value from RGB is 73 - color contains mainly: red. Hex color #491047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491047 is #B6EFB8. Grayscale: #272727. Windows color (decimal): -11988921 or 4657225. OLE color: 4657225.

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

Color convert

RGB 73 16 71 -
CMYK 0 0.78 0.03 0.71
HSL 302.11º 0.64% 0.17% -
HSV(B) 302.11º 0.78% 0.29% -
XYZ 4.07 2.24 6.18 -
YUV 39.31 145.88 152.03 -
System Red Green Blue C M Y K H S L
Decimal 73 16 71 0 0.78 0.03 0.71 302.11 0.64 0.17
Hex 49 10 47 0 4E 3 47 12E 40 11
Octal 111 20 107 0 116 3 107 456 100 21
Binary 1001001 10000 1000111 0 1001110 11 1000111 100101110 1000000 10001

Color Harmonies of #491047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491047

Black with #491047

Text Example


Text Example

White with #491047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491047; }

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

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

background-color css

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

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

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

border-color css

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

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

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