Html Css Color HEX #491440 Mardi Gras

📋 copy color: '#491440'

red 73 ◦ green 20 ◦ blue 64

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

Shades of Mardi Gras #491440

Tints of Mardi Gras #491440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 40.76%

R = 46.5%
G = 12.74%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#491440 (or 0x491440) is known color: Mardi Gras. HEX triplet: 49, 14 and 40. RGB value is (73,20,64). Sum of RGB (Red+Green+Blue) = 73+20+64=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #491440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491440 is #B6EBBF. Grayscale: #282828. Windows color (decimal): -11987904 or 4199497. OLE color: 4199497.

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

Color convert

RGB 73 20 64 -
CMYK 0 0.73 0.12 0.71
HSL 310.19º 0.57% 0.18% -
HSV(B) 310.19º 0.73% 0.29% -
XYZ 3.92 2.29 5.09 -
YUV 40.86 141.06 150.92 -
System Red Green Blue C M Y K H S L
Decimal 73 20 64 0 0.73 0.12 0.71 310.19 0.57 0.18
Hex 49 14 40 0 49 C 47 136 39 12
Octal 111 24 100 0 111 14 107 466 71 22
Binary 1001001 10100 1000000 0 1001001 1100 1000111 100110110 111001 10010

Color Harmonies of #491440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491440

Black with #491440

Text Example


Text Example

White with #491440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491440; }

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

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

background-color css

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

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

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

border-color css

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

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

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