Html Css Color HEX #441A41 Mardi Gras

📋 copy color: '#441A41'

red 68 ◦ green 26 ◦ blue 65

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

Shades of Mardi Gras #441A41

Tints of Mardi Gras #441A41

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.35%

 BLUE value IS 65 (25.78% from 255) = 40.88%

R = 42.77%
G = 16.35%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#441A41 (or 0x441A41) is known color: Mardi Gras. HEX triplet: 44, 1A and 41. RGB value is (68,26,65). Sum of RGB (Red+Green+Blue) = 68+26+65=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 65 (25.78% from 255 or 40.88% from 159); Max value from RGB is 68 - color contains mainly: red. Hex color #441A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441A41 is #BBE5BE. Grayscale: #2A2A2A. Windows color (decimal): -12314047 or 4266564. OLE color: 4266564.

HSL color Cylindrical-coordinate representation of color #441A41: hue angle of 304.29º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #441A41 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 26 65 -
CMYK 0 0.62 0.04 0.73
HSL 304.29º 0.45% 0.18% -
HSV(B) 304.29º 0.62% 0.27% -
XYZ 3.71 2.35 5.26 -
YUV 43 140.41 145.83 -
System Red Green Blue C M Y K H S L
Decimal 68 26 65 0 0.62 0.04 0.73 304.29 0.45 0.18
Hex 44 1A 41 0 3E 4 49 130 2D 12
Octal 104 32 101 0 76 4 111 460 55 22
Binary 1000100 11010 1000001 0 111110 100 1001001 100110000 101101 10010

Color Harmonies of #441A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441A41

Black with #441A41

Text Example


Text Example

White with #441A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,26,65); }

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

background-color css

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

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

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

border-color css

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

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

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