Html Css Color HEX #491242 Mardi Gras

📋 copy color: '#491242'

red 73 ◦ green 18 ◦ blue 66

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

Shades of Mardi Gras #491242

Tints of Mardi Gras #491242

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.46%

 BLUE value IS 66 (26.17% from 255) = 42.04%

R = 46.5%
G = 11.46%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#491242 (or 0x491242) is known color: Mardi Gras. HEX triplet: 49, 12 and 42. RGB value is (73,18,66). Sum of RGB (Red+Green+Blue) = 73+18+66=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 66 (26.17% from 255 or 42.04% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #491242 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491242 is #B6EDBD. Grayscale: #272727. Windows color (decimal): -11988414 or 4330057. OLE color: 4330057.

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

Color convert

RGB 73 18 66 -
CMYK 0 0.75 0.10 0.71
HSL 307.64º 0.6% 0.18% -
HSV(B) 307.64º 0.75% 0.29% -
XYZ 3.95 2.24 5.38 -
YUV 39.92 142.72 151.6 -
System Red Green Blue C M Y K H S L
Decimal 73 18 66 0 0.75 0.10 0.71 307.64 0.6 0.18
Hex 49 12 42 0 4B A 47 134 3C 12
Octal 111 22 102 0 113 12 107 464 74 22
Binary 1001001 10010 1000010 0 1001011 1010 1000111 100110100 111100 10010

Color Harmonies of #491242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491242

Black with #491242

Text Example


Text Example

White with #491242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491242; }

 p { color: rgb(73,18,66); }

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

background-color css

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

 a { background-color: rgb(73,18,66); }

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

border-color css

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

 span { border-color: rgb(73,18,66); }

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