Html Css Color HEX #441141 Mardi Gras

📋 copy color: '#441141'

red 68 ◦ green 17 ◦ blue 65

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

Shades of Mardi Gras #441141

Tints of Mardi Gras #441141

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.33%

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

R = 45.33%
G = 11.33%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#441141 (or 0x441141) is known color: Mardi Gras. HEX triplet: 44, 11 and 41. RGB value is (68,17,65). Sum of RGB (Red+Green+Blue) = 68+17+65=150 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.33% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 65 (25.78% from 255 or 43.33% from 150); Max value from RGB is 68 - color contains mainly: red. Hex color #441141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441141 is #BBEEBE. Grayscale: #252525. Windows color (decimal): -12316351 or 4264260. OLE color: 4264260.

HSL color Cylindrical-coordinate representation of color #441141: hue angle of 303.53º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #441141 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 17 65 -
CMYK 0 0.75 0.04 0.73
HSL 303.53º 0.6% 0.17% -
HSV(B) 303.53º 0.75% 0.27% -
XYZ 3.54 2.01 5.2 -
YUV 37.72 143.4 149.6 -
System Red Green Blue C M Y K H S L
Decimal 68 17 65 0 0.75 0.04 0.73 303.53 0.6 0.17
Hex 44 11 41 0 4B 4 49 130 3C 11
Octal 104 21 101 0 113 4 111 460 74 21
Binary 1000100 10001 1000001 0 1001011 100 1001001 100110000 111100 10001

Color Harmonies of #441141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441141

Black with #441141

Text Example


Text Example

White with #441141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441141; }

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

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

background-color css

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

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

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

border-color css

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

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

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