Html Css Color HEX #441441 Mardi Gras

📋 copy color: '#441441'

red 68 ◦ green 20 ◦ blue 65

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

Shades of Mardi Gras #441441

Tints of Mardi Gras #441441

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.07%

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

R = 44.44%
G = 13.07%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#441441 (or 0x441441) is known color: Mardi Gras. HEX triplet: 44, 14 and 41. RGB value is (68,20,65). Sum of RGB (Red+Green+Blue) = 68+20+65=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 65 (25.78% from 255 or 42.48% from 153); Max value from RGB is 68 - color contains mainly: red. Hex color #441441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441441 is #BBEBBE. Grayscale: #272727. Windows color (decimal): -12315583 or 4265028. OLE color: 4265028.

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

Color convert

RGB 68 20 65 -
CMYK 0 0.71 0.04 0.73
HSL 303.75º 0.55% 0.17% -
HSV(B) 303.75º 0.71% 0.27% -
XYZ 3.59 2.11 5.22 -
YUV 39.48 142.4 148.34 -
System Red Green Blue C M Y K H S L
Decimal 68 20 65 0 0.71 0.04 0.73 303.75 0.55 0.17
Hex 44 14 41 0 47 4 49 130 37 11
Octal 104 24 101 0 107 4 111 460 67 21
Binary 1000100 10100 1000001 0 1000111 100 1001001 100110000 110111 10001

Color Harmonies of #441441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441441

Black with #441441

Text Example


Text Example

White with #441441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441441; }

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

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

background-color css

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

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

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

border-color css

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

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

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