Html Css Color HEX #441C41 Mardi Gras

📋 copy color: '#441C41'

red 68 ◦ green 28 ◦ blue 65

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

Shades of Mardi Gras #441C41

Tints of Mardi Gras #441C41

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.39%

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

R = 42.24%
G = 17.39%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#441C41 (or 0x441C41) is known color: Mardi Gras. HEX triplet: 44, 1C and 41. RGB value is (68,28,65). Sum of RGB (Red+Green+Blue) = 68+28+65=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 28 (11.33% from 255 or 17.39% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 68 - color contains mainly: red. Hex color #441C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441C41 is #BBE3BE. Grayscale: #2C2C2C. Windows color (decimal): -12313535 or 4267076. OLE color: 4267076.

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

Color convert

RGB 68 28 65 -
CMYK 0 0.59 0.04 0.73
HSL 304.5º 0.42% 0.19% -
HSV(B) 304.5º 0.59% 0.27% -
XYZ 3.75 2.44 5.27 -
YUV 44.18 139.75 144.99 -
System Red Green Blue C M Y K H S L
Decimal 68 28 65 0 0.59 0.04 0.73 304.5 0.42 0.19
Hex 44 1C 41 0 3B 4 49 130 2A 13
Octal 104 34 101 0 73 4 111 460 52 23
Binary 1000100 11100 1000001 0 111011 100 1001001 100110000 101010 10011

Color Harmonies of #441C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441C41

Black with #441C41

Text Example


Text Example

White with #441C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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