Html Css Color HEX #49014D Mardi Gras

📋 copy color: '#49014D'

red 73 ◦ green 1 ◦ blue 77

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

Shades of Mardi Gras #49014D

Tints of Mardi Gras #49014D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.66%

 BLUE value IS 77 (30.47% from 255) = 50.99%

R = 48.34%
G = 0.66%
B = 50.99%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#49014D (or 0x49014D) is known color: Mardi Gras. HEX triplet: 49, 01 and 4D. RGB value is (73,1,77). Sum of RGB (Red+Green+Blue) = 73+1+77=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 77 (30.47% from 255 or 50.99% from 151); Max value from RGB is 77 - color contains mainly: blue. Hex color #49014D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49014D is #B6FEB2. Grayscale: #1E1E1E. Windows color (decimal): -11992755 or 5046601. OLE color: 5046601.

HSL color Cylindrical-coordinate representation of color #49014D: hue angle of 296.84º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49014D is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 73 1 77 -
CMYK 0.05 0.99 0 0.70
HSL 296.84º 0.97% 0.15% -
HSV(B) 296.84º 0.99% 0.3% -
XYZ 4.1 1.97 7.19 -
YUV 31.19 153.85 157.82 -
System Red Green Blue C M Y K H S L
Decimal 73 1 77 0.05 0.99 0 0.70 296.84 0.97 0.15
Hex 49 1 4D 5 63 0 46 129 61 F
Octal 111 1 115 5 143 0 106 451 141 17
Binary 1001001 1 1001101 101 1100011 0 1000110 100101001 1100001 1111

Color Harmonies of #49014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49014D

Black with #49014D

Text Example


Text Example

White with #49014D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49014D; }

 p { color: rgb(73,1,77); }

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

background-color css

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

 a { background-color: rgb(73,1,77); }

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

border-color css

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

 span { border-color: rgb(73,1,77); }

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