Html Css Color HEX #491441 Mardi Gras

📋 copy color: '#491441'

red 73 ◦ green 20 ◦ blue 65

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

Shades of Mardi Gras #491441

Tints of Mardi Gras #491441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 41.14%

R = 46.2%
G = 12.66%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#491441 (or 0x491441) is known color: Mardi Gras. HEX triplet: 49, 14 and 41. RGB value is (73,20,65). Sum of RGB (Red+Green+Blue) = 73+20+65=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #491441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491441 is #B6EBBE. Grayscale: #282828. Windows color (decimal): -11987903 or 4265033. OLE color: 4265033.

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

Color convert

RGB 73 20 65 -
CMYK 0 0.73 0.11 0.71
HSL 309.06º 0.57% 0.18% -
HSV(B) 309.06º 0.73% 0.29% -
XYZ 3.95 2.3 5.24 -
YUV 40.98 141.56 150.84 -
System Red Green Blue C M Y K H S L
Decimal 73 20 65 0 0.73 0.11 0.71 309.06 0.57 0.18
Hex 49 14 41 0 49 B 47 135 39 12
Octal 111 24 101 0 111 13 107 465 71 22
Binary 1001001 10100 1000001 0 1001001 1011 1000111 100110101 111001 10010

Color Harmonies of #491441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491441

Black with #491441

Text Example


Text Example

White with #491441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491441; }

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

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

background-color css

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

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

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

border-color css

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

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

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