Html Css Color HEX #440241 Mardi Gras

📋 copy color: '#440241'

red 68 ◦ green 2 ◦ blue 65

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

Shades of Mardi Gras #440241

Tints of Mardi Gras #440241

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.48%

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

R = 50.37%
G = 1.48%
B = 48.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#440241 (or 0x440241) is known color: Mardi Gras. HEX triplet: 44, 02 and 41. RGB value is (68,2,65). Sum of RGB (Red+Green+Blue) = 68+2+65=135 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.37% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 68 - color contains mainly: red. Hex color #440241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440241 is #BBFDBE. Grayscale: #1C1C1C. Windows color (decimal): -12320191 or 4260420. OLE color: 4260420.

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

Color convert

RGB 68 2 65 -
CMYK 0 0.97 0.04 0.73
HSL 302.73º 0.94% 0.14% -
HSV(B) 302.73º 0.97% 0.27% -
XYZ 3.36 1.65 5.14 -
YUV 28.92 148.37 155.88 -
System Red Green Blue C M Y K H S L
Decimal 68 2 65 0 0.97 0.04 0.73 302.73 0.94 0.14
Hex 44 2 41 0 61 4 49 12F 5E E
Octal 104 2 101 0 141 4 111 457 136 16
Binary 1000100 10 1000001 0 1100001 100 1001001 100101111 1011110 1110

Color Harmonies of #440241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440241

Black with #440241

Text Example


Text Example

White with #440241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440241; }

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

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

background-color css

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

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

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

border-color css

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

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

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