Html Css Color HEX #441E43 Mardi Gras

📋 copy color: '#441E43'

red 68 ◦ green 30 ◦ blue 67

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

Shades of Mardi Gras #441E43

Tints of Mardi Gras #441E43

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.18%

 BLUE value IS 67 (26.56% from 255) = 40.61%

R = 41.21%
G = 18.18%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#441E43 (or 0x441E43) is known color: Mardi Gras. HEX triplet: 44, 1E and 43. RGB value is (68,30,67). Sum of RGB (Red+Green+Blue) = 68+30+67=165 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.21% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 67 (26.56% from 255 or 40.61% from 165); Max value from RGB is 68 - color contains mainly: red. Hex color #441E43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441E43 is #BBE1BC. Grayscale: #2D2D2D. Windows color (decimal): -12313021 or 4398660. OLE color: 4398660.

HSL color Cylindrical-coordinate representation of color #441E43: hue angle of 301.58º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #441E43 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 30 67 -
CMYK 0 0.56 0.01 0.73
HSL 301.58º 0.39% 0.19% -
HSV(B) 301.58º 0.56% 0.27% -
XYZ 3.86 2.56 5.6 -
YUV 45.58 140.09 143.99 -
System Red Green Blue C M Y K H S L
Decimal 68 30 67 0 0.56 0.01 0.73 301.58 0.39 0.19
Hex 44 1E 43 0 38 1 49 12E 27 13
Octal 104 36 103 0 70 1 111 456 47 23
Binary 1000100 11110 1000011 0 111000 1 1001001 100101110 100111 10011

Color Harmonies of #441E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441E43

Black with #441E43

Text Example


Text Example

White with #441E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441E43; }

 p { color: rgb(68,30,67); }

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

background-color css

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

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

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

border-color css

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

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

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