Html Css Color HEX #441340 Mardi Gras

📋 copy color: '#441340'

red 68 ◦ green 19 ◦ blue 64

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

Shades of Mardi Gras #441340

Tints of Mardi Gras #441340

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.58%

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

R = 45.03%
G = 12.58%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#441340 (or 0x441340) is known color: Mardi Gras. HEX triplet: 44, 13 and 40. RGB value is (68,19,64). Sum of RGB (Red+Green+Blue) = 68+19+64=151 (20% of max value = 765). Red value is 68 (26.95% from 255 or 45.03% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 68 - color contains mainly: red. Hex color #441340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441340 is #BBECBF. Grayscale: #262626. Windows color (decimal): -12315840 or 4199236. OLE color: 4199236.

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

Color convert

RGB 68 19 64 -
CMYK 0 0.72 0.06 0.73
HSL 304.9º 0.56% 0.17% -
HSV(B) 304.9º 0.72% 0.27% -
XYZ 3.54 2.06 5.06 -
YUV 38.78 142.23 148.84 -
System Red Green Blue C M Y K H S L
Decimal 68 19 64 0 0.72 0.06 0.73 304.9 0.56 0.17
Hex 44 13 40 0 48 6 49 131 38 11
Octal 104 23 100 0 110 6 111 461 70 21
Binary 1000100 10011 1000000 0 1001000 110 1001001 100110001 111000 10001

Color Harmonies of #441340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441340

Black with #441340

Text Example


Text Example

White with #441340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441340; }

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

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

background-color css

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

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

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

border-color css

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

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

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