Html Css Color HEX #441145 Mardi Gras

📋 copy color: '#441145'

red 68 ◦ green 17 ◦ blue 69

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

Shades of Mardi Gras #441145

Tints of Mardi Gras #441145

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.04%

 BLUE value IS 69 (27.34% from 255) = 44.81%

R = 44.16%
G = 11.04%
B = 44.81%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#441145 (or 0x441145) is known color: Mardi Gras. HEX triplet: 44, 11 and 45. RGB value is (68,17,69). Sum of RGB (Red+Green+Blue) = 68+17+69=154 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.16% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 69 (27.34% from 255 or 44.81% from 154); Max value from RGB is 69 - color contains mainly: blue. Hex color #441145 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441145 is #BBEEBA. Grayscale: #262626. Windows color (decimal): -12316347 or 4526404. OLE color: 4526404.

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

Color convert

RGB 68 17 69 -
CMYK 0.01 0.75 0 0.73
HSL 298.85º 0.6% 0.17% -
HSV(B) 298.85º 0.75% 0.27% -
XYZ 3.66 2.06 5.83 -
YUV 38.18 145.4 149.27 -
System Red Green Blue C M Y K H S L
Decimal 68 17 69 0.01 0.75 0 0.73 298.85 0.6 0.17
Hex 44 11 45 1 4B 0 49 12B 3C 11
Octal 104 21 105 1 113 0 111 453 74 21
Binary 1000100 10001 1000101 1 1001011 0 1001001 100101011 111100 10001

Color Harmonies of #441145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441145

Black with #441145

Text Example


Text Example

White with #441145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441145; }

 p { color: rgb(68,17,69); }

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

background-color css

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

 a { background-color: rgb(68,17,69); }

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

border-color css

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

 span { border-color: rgb(68,17,69); }

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