Html Css Color HEX #440444 Mardi Gras

📋 copy color: '#440444'

red 68 ◦ green 4 ◦ blue 68

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

Shades of Mardi Gras #440444

Tints of Mardi Gras #440444

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.86%

 BLUE value IS 68 (26.95% from 255) = 48.57%

R = 48.57%
G = 2.86%
B = 48.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#440444 (or 0x440444) is known color: Mardi Gras. HEX triplet: 44, 04 and 44. RGB value is (68,4,68). Sum of RGB (Red+Green+Blue) = 68+4+68=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 68 (26.95% from 255 or 48.57% from 140); Max value from RGB is 68 - color contains mainly: red, blue. Hex color #440444 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440444 is #BBFBBB. Grayscale: #1E1E1E. Windows color (decimal): -12319676 or 4457540. OLE color: 4457540.

HSL color Cylindrical-coordinate representation of color #440444: hue angle of 300º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440444 is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 4 68 -
CMYK 0 0.94 0 0.73
HSL 300º 0.89% 0.14% -
HSV(B) 300º 0.94% 0.27% -
XYZ 3.47 1.73 5.62 -
YUV 30.43 149.2 154.8 -
System Red Green Blue C M Y K H S L
Decimal 68 4 68 0 0.94 0 0.73 300 0.89 0.14
Hex 44 4 44 0 5E 0 49 12C 59 E
Octal 104 4 104 0 136 0 111 454 131 16
Binary 1000100 100 1000100 0 1011110 0 1001001 100101100 1011001 1110

Color Harmonies of #440444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440444

Black with #440444

Text Example


Text Example

White with #440444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440444; }

 p { color: rgb(68,4,68); }

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

background-color css

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

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

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

border-color css

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

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

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