Html Css Color HEX #441049 Mardi Gras

📋 copy color: '#441049'

red 68 ◦ green 16 ◦ blue 73

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

Shades of Mardi Gras #441049

Tints of Mardi Gras #441049

RGB

 RED value IS 68 (26.95% from 255) = 43.31%

 GREEN value IS 16 (6.64% from 255) = 10.19%

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

R = 43.31%
G = 10.19%
B = 46.5%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#441049 (or 0x441049) is known color: Mardi Gras. HEX triplet: 44, 10 and 49. RGB value is (68,16,73). Sum of RGB (Red+Green+Blue) = 68+16+73=157 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.31% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 73 (28.91% from 255 or 46.50% from 157); Max value from RGB is 73 - color contains mainly: blue. Hex color #441049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441049 is #BBEFB6. Grayscale: #252525. Windows color (decimal): -12316599 or 4788292. OLE color: 4788292.

HSL color Cylindrical-coordinate representation of color #441049: hue angle of 294.74º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #441049 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 68 16 73 -
CMYK 0.07 0.78 0 0.71
HSL 294.74º 0.64% 0.17% -
HSV(B) 294.74º 0.78% 0.29% -
XYZ 3.77 2.08 6.51 -
YUV 38.05 147.73 149.37 -
System Red Green Blue C M Y K H S L
Decimal 68 16 73 0.07 0.78 0 0.71 294.74 0.64 0.17
Hex 44 10 49 7 4E 0 47 127 40 11
Octal 104 20 111 7 116 0 107 447 100 21
Binary 1000100 10000 1001001 111 1001110 0 1000111 100100111 1000000 10001

Color Harmonies of #441049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441049

Black with #441049

Text Example


Text Example

White with #441049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441049; }

 p { color: rgb(68,16,73); }

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

background-color css

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

 a { background-color: rgb(68,16,73); }

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

border-color css

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

 span { border-color: rgb(68,16,73); }

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