Html Css Color HEX #441548 Mardi Gras

📋 copy color: '#441548'

red 68 ◦ green 21 ◦ blue 72

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

Shades of Mardi Gras #441548

Tints of Mardi Gras #441548

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.04%

 BLUE value IS 72 (28.52% from 255) = 44.72%

R = 42.24%
G = 13.04%
B = 44.72%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#441548 (or 0x441548) is known color: Mardi Gras. HEX triplet: 44, 15 and 48. RGB value is (68,21,72). Sum of RGB (Red+Green+Blue) = 68+21+72=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 72 (28.52% from 255 or 44.72% from 161); Max value from RGB is 72 - color contains mainly: blue. Hex color #441548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441548 is #BBEAB7. Grayscale: #282828. Windows color (decimal): -12315320 or 4724036. OLE color: 4724036.

HSL color Cylindrical-coordinate representation of color #441548: hue angle of 295.29º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #441548 is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 68 21 72 -
CMYK 0.06 0.71 0 0.72
HSL 295.29º 0.55% 0.18% -
HSV(B) 295.29º 0.71% 0.28% -
XYZ 3.82 2.23 6.36 -
YUV 40.87 145.57 147.35 -
System Red Green Blue C M Y K H S L
Decimal 68 21 72 0.06 0.71 0 0.72 295.29 0.55 0.18
Hex 44 15 48 6 47 0 48 127 37 12
Octal 104 25 110 6 107 0 110 447 67 22
Binary 1000100 10101 1001000 110 1000111 0 1001000 100100111 110111 10010

Color Harmonies of #441548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441548

Black with #441548

Text Example


Text Example

White with #441548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441548; }

 p { color: rgb(68,21,72); }

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

background-color css

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

 a { background-color: rgb(68,21,72); }

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

border-color css

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

 span { border-color: rgb(68,21,72); }

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