Html Css Color HEX #491946 Mardi Gras

📋 copy color: '#491946'

red 73 ◦ green 25 ◦ blue 70

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

Shades of Mardi Gras #491946

Tints of Mardi Gras #491946

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.88%

 BLUE value IS 70 (27.73% from 255) = 41.67%

R = 43.45%
G = 14.88%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#491946 (or 0x491946) is known color: Mardi Gras. HEX triplet: 49, 19 and 46. RGB value is (73,25,70). Sum of RGB (Red+Green+Blue) = 73+25+70=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 70 (27.73% from 255 or 41.67% from 168); Max value from RGB is 73 - color contains mainly: red. Hex color #491946 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491946 is #B6E6B9. Grayscale: #2C2C2C. Windows color (decimal): -11986618 or 4593993. OLE color: 4593993.

HSL color Cylindrical-coordinate representation of color #491946: hue angle of 303.75º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #491946 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 25 70 -
CMYK 0 0.66 0.04 0.71
HSL 303.75º 0.49% 0.19% -
HSV(B) 303.75º 0.66% 0.29% -
XYZ 4.2 2.55 6.07 -
YUV 44.48 142.4 148.34 -
System Red Green Blue C M Y K H S L
Decimal 73 25 70 0 0.66 0.04 0.71 303.75 0.49 0.19
Hex 49 19 46 0 42 4 47 130 31 13
Octal 111 31 106 0 102 4 107 460 61 23
Binary 1001001 11001 1000110 0 1000010 100 1000111 100110000 110001 10011

Color Harmonies of #491946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491946

Black with #491946

Text Example


Text Example

White with #491946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491946; }

 p { color: rgb(73,25,70); }

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

background-color css

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

 a { background-color: rgb(73,25,70); }

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

border-color css

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

 span { border-color: rgb(73,25,70); }

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