Html Css Color HEX #441041 Mardi Gras

📋 copy color: '#441041'

red 68 ◦ green 16 ◦ blue 65

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

Shades of Mardi Gras #441041

Tints of Mardi Gras #441041

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.74%

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

R = 45.64%
G = 10.74%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#441041 (or 0x441041) is known color: Mardi Gras. HEX triplet: 44, 10 and 41. RGB value is (68,16,65). Sum of RGB (Red+Green+Blue) = 68+16+65=149 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.64% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 65 (25.78% from 255 or 43.62% from 149); Max value from RGB is 68 - color contains mainly: red. Hex color #441041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441041 is #BBEFBE. Grayscale: #242424. Windows color (decimal): -12316607 or 4264004. OLE color: 4264004.

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

Color convert

RGB 68 16 65 -
CMYK 0 0.76 0.04 0.73
HSL 303.46º 0.62% 0.16% -
HSV(B) 303.46º 0.76% 0.27% -
XYZ 3.52 1.98 5.2 -
YUV 37.13 143.73 150.02 -
System Red Green Blue C M Y K H S L
Decimal 68 16 65 0 0.76 0.04 0.73 303.46 0.62 0.16
Hex 44 10 41 0 4C 4 49 12F 3E 10
Octal 104 20 101 0 114 4 111 457 76 20
Binary 1000100 10000 1000001 0 1001100 100 1001001 100101111 111110 10000

Color Harmonies of #441041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441041

Black with #441041

Text Example


Text Example

White with #441041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441041; }

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

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

background-color css

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

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

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

border-color css

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

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

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