Html Css Color HEX #491143 Mardi Gras

📋 copy color: '#491143'

red 73 ◦ green 17 ◦ blue 67

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

Shades of Mardi Gras #491143

Tints of Mardi Gras #491143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 42.68%

R = 46.5%
G = 10.83%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#491143 (or 0x491143) is known color: Mardi Gras. HEX triplet: 49, 11 and 43. RGB value is (73,17,67). Sum of RGB (Red+Green+Blue) = 73+17+67=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 67 (26.56% from 255 or 42.68% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #491143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491143 is #B6EEBC. Grayscale: #272727. Windows color (decimal): -11988669 or 4395337. OLE color: 4395337.

HSL color Cylindrical-coordinate representation of color #491143: hue angle of 306.43º 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 #491143 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 17 67 -
CMYK 0 0.77 0.08 0.71
HSL 306.43º 0.62% 0.18% -
HSV(B) 306.43º 0.77% 0.29% -
XYZ 3.96 2.22 5.53 -
YUV 39.44 143.55 151.93 -
System Red Green Blue C M Y K H S L
Decimal 73 17 67 0 0.77 0.08 0.71 306.43 0.62 0.18
Hex 49 11 43 0 4D 8 47 132 3E 12
Octal 111 21 103 0 115 10 107 462 76 22
Binary 1001001 10001 1000011 0 1001101 1000 1000111 100110010 111110 10010

Color Harmonies of #491143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491143

Black with #491143

Text Example


Text Example

White with #491143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491143; }

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

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

background-color css

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

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

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

border-color css

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

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

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