Html Css Color HEX #49034A Mardi Gras

📋 copy color: '#49034A'

red 73 ◦ green 3 ◦ blue 74

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

Shades of Mardi Gras #49034A

Tints of Mardi Gras #49034A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2%

 BLUE value IS 74 (29.3% from 255) = 49.33%

R = 48.67%
G = 2%
B = 49.33%

CMYK

 C value IS 0.01

 M value IS 0.96

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#49034A (or 0x49034A) is known color: Mardi Gras. HEX triplet: 49, 03 and 4A. RGB value is (73,3,74). Sum of RGB (Red+Green+Blue) = 73+3+74=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 74 (29.30% from 255 or 49.33% from 150); Max value from RGB is 74 - color contains mainly: blue. Hex color #49034A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49034A is #B6FCB5. Grayscale: #1F1F1F. Windows color (decimal): -11992246 or 4850505. OLE color: 4850505.

HSL color Cylindrical-coordinate representation of color #49034A: hue angle of 299.15º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #49034A is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 3 74 -
CMYK 0.01 0.96 0 0.71
HSL 299.15º 0.92% 0.15% -
HSV(B) 299.15º 0.96% 0.29% -
XYZ 4.02 1.98 6.65 -
YUV 32.02 151.69 157.23 -
System Red Green Blue C M Y K H S L
Decimal 73 3 74 0.01 0.96 0 0.71 299.15 0.92 0.15
Hex 49 3 4A 1 60 0 47 12B 5C F
Octal 111 3 112 1 140 0 107 453 134 17
Binary 1001001 11 1001010 1 1100000 0 1000111 100101011 1011100 1111

Color Harmonies of #49034A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49034A

Black with #49034A

Text Example


Text Example

White with #49034A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49034A; }

 p { color: rgb(73,3,74); }

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

background-color css

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

 a { background-color: rgb(73,3,74); }

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

border-color css

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

 span { border-color: rgb(73,3,74); }

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