Html Css Color HEX #441940 Mardi Gras

📋 copy color: '#441940'

red 68 ◦ green 25 ◦ blue 64

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

Shades of Mardi Gras #441940

Tints of Mardi Gras #441940

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.92%

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

R = 43.31%
G = 15.92%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#441940 (or 0x441940) is known color: Mardi Gras. HEX triplet: 44, 19 and 40. RGB value is (68,25,64). Sum of RGB (Red+Green+Blue) = 68+25+64=157 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.31% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 68 - color contains mainly: red. Hex color #441940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441940 is #BBE6BF. Grayscale: #2A2A2A. Windows color (decimal): -12314304 or 4200772. OLE color: 4200772.

HSL color Cylindrical-coordinate representation of color #441940: hue angle of 305.58º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #441940 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 25 64 -
CMYK 0 0.63 0.06 0.73
HSL 305.58º 0.46% 0.18% -
HSV(B) 305.58º 0.63% 0.27% -
XYZ 3.66 2.29 5.1 -
YUV 42.3 140.25 146.33 -
System Red Green Blue C M Y K H S L
Decimal 68 25 64 0 0.63 0.06 0.73 305.58 0.46 0.18
Hex 44 19 40 0 3F 6 49 132 2E 12
Octal 104 31 100 0 77 6 111 462 56 22
Binary 1000100 11001 1000000 0 111111 110 1001001 100110010 101110 10010

Color Harmonies of #441940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441940

Black with #441940

Text Example


Text Example

White with #441940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441940; }

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

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

background-color css

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

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

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

border-color css

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

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

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