Html Css Color HEX #441F40 Mardi Gras

📋 copy color: '#441F40'

red 68 ◦ green 31 ◦ blue 64

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

Shades of Mardi Gras #441F40

Tints of Mardi Gras #441F40

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.02%

 BLUE value IS 64 (25.39% from 255) = 39.26%

R = 41.72%
G = 19.02%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#441F40 (or 0x441F40) is known color: Mardi Gras. HEX triplet: 44, 1F and 40. RGB value is (68,31,64). Sum of RGB (Red+Green+Blue) = 68+31+64=163 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.72% from 163); Green value is 31 (12.5% from 255 or 19.02% from 163); Blue value is 64 (25.39% from 255 or 39.26% from 163); Max value from RGB is 68 - color contains mainly: red. Hex color #441F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441F40 is #BBE0BF. Grayscale: #2D2D2D. Windows color (decimal): -12312768 or 4202308. OLE color: 4202308.

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

Color convert

RGB 68 31 64 -
CMYK 0 0.54 0.06 0.73
HSL 306.49º 0.37% 0.19% -
HSV(B) 306.49º 0.54% 0.27% -
XYZ 3.8 2.58 5.15 -
YUV 45.83 138.26 143.82 -
System Red Green Blue C M Y K H S L
Decimal 68 31 64 0 0.54 0.06 0.73 306.49 0.37 0.19
Hex 44 1F 40 0 36 6 49 132 25 13
Octal 104 37 100 0 66 6 111 462 45 23
Binary 1000100 11111 1000000 0 110110 110 1001001 100110010 100101 10011

Color Harmonies of #441F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441F40

Black with #441F40

Text Example


Text Example

White with #441F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,31,64); }

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

background-color css

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

 a { background-color: rgb(68,31,64); }

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

border-color css

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

 span { border-color: rgb(68,31,64); }

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