Html Css Color HEX #440249 Mardi Gras

📋 copy color: '#440249'

red 68 ◦ green 2 ◦ blue 73

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

Shades of Mardi Gras #440249

Tints of Mardi Gras #440249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.4%

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

R = 47.55%
G = 1.4%
B = 51.05%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#440249 (or 0x440249) is known color: Mardi Gras. HEX triplet: 44, 02 and 49. RGB value is (68,2,73). Sum of RGB (Red+Green+Blue) = 68+2+73=143 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.55% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 73 (28.91% from 255 or 51.05% from 143); Max value from RGB is 73 - color contains mainly: blue. Hex color #440249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440249 is #BBFDB6. Grayscale: #1D1D1D. Windows color (decimal): -12320183 or 4784708. OLE color: 4784708.

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

Color convert

RGB 68 2 73 -
CMYK 0.07 0.97 0 0.71
HSL 295.77º 0.95% 0.15% -
HSV(B) 295.77º 0.97% 0.29% -
XYZ 3.61 1.75 6.45 -
YUV 29.83 152.37 155.23 -
System Red Green Blue C M Y K H S L
Decimal 68 2 73 0.07 0.97 0 0.71 295.77 0.95 0.15
Hex 44 2 49 7 61 0 47 128 5F F
Octal 104 2 111 7 141 0 107 450 137 17
Binary 1000100 10 1001001 111 1100001 0 1000111 100101000 1011111 1111

Color Harmonies of #440249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440249

Black with #440249

Text Example


Text Example

White with #440249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440249; }

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

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

background-color css

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

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

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

border-color css

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

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

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