Html Css Color HEX #491442 Mardi Gras

📋 copy color: '#491442'

red 73 ◦ green 20 ◦ blue 66

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

Shades of Mardi Gras #491442

Tints of Mardi Gras #491442

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.58%

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

R = 45.91%
G = 12.58%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#491442 (or 0x491442) is known color: Mardi Gras. HEX triplet: 49, 14 and 42. RGB value is (73,20,66). Sum of RGB (Red+Green+Blue) = 73+20+66=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 66 (26.17% from 255 or 41.51% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #491442 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491442 is #B6EBBD. Grayscale: #282828. Windows color (decimal): -11987902 or 4330569. OLE color: 4330569.

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

Color convert

RGB 73 20 66 -
CMYK 0 0.73 0.10 0.71
HSL 307.92º 0.57% 0.18% -
HSV(B) 307.92º 0.73% 0.29% -
XYZ 3.98 2.31 5.39 -
YUV 41.09 142.06 150.76 -
System Red Green Blue C M Y K H S L
Decimal 73 20 66 0 0.73 0.10 0.71 307.92 0.57 0.18
Hex 49 14 42 0 49 A 47 134 39 12
Octal 111 24 102 0 111 12 107 464 71 22
Binary 1001001 10100 1000010 0 1001001 1010 1000111 100110100 111001 10010

Color Harmonies of #491442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491442

Black with #491442

Text Example


Text Example

White with #491442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491442; }

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

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

background-color css

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

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

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

border-color css

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

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

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