Html Css Color HEX #441D41 Mardi Gras

📋 copy color: '#441D41'

red 68 ◦ green 29 ◦ blue 65

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

Shades of Mardi Gras #441D41

Tints of Mardi Gras #441D41

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.9%

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

R = 41.98%
G = 17.9%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#441D41 (or 0x441D41) is known color: Mardi Gras. HEX triplet: 44, 1D and 41. RGB value is (68,29,65). Sum of RGB (Red+Green+Blue) = 68+29+65=162 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.98% from 162); Green value is 29 (11.72% from 255 or 17.90% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 68 - color contains mainly: red. Hex color #441D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441D41 is #BBE2BE. Grayscale: #2C2C2C. Windows color (decimal): -12313279 or 4267332. OLE color: 4267332.

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

Color convert

RGB 68 29 65 -
CMYK 0 0.57 0.04 0.73
HSL 304.62º 0.4% 0.19% -
HSV(B) 304.62º 0.57% 0.27% -
XYZ 3.78 2.49 5.28 -
YUV 44.77 139.42 144.57 -
System Red Green Blue C M Y K H S L
Decimal 68 29 65 0 0.57 0.04 0.73 304.62 0.4 0.19
Hex 44 1D 41 0 39 4 49 131 28 13
Octal 104 35 101 0 71 4 111 461 50 23
Binary 1000100 11101 1000001 0 111001 100 1001001 100110001 101000 10011

Color Harmonies of #441D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441D41

Black with #441D41

Text Example


Text Example

White with #441D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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