#441141

Color #441141 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #441141

Tints of Mardi Gras #441141

Color information

#441141 (or 0x441141) is unknown color: approx 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

RGB681765-
CMYK00.750.040.73
HSL303.53º60%16.67%-
HSV(B)303.53º75%26.67%-
XYZ3.542.015.2-
YUV37.72143.4149.6-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68176500.750.040.73303.536016.67
Hex44114104B4491303c11
Octal10421101011341114607421
Binary100010010001100000101001011100100100110011000011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>