Html Css Color HEX #441748 Mardi Gras

📋 copy color: '#441748'

red 68 ◦ green 23 ◦ blue 72

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

Shades of Mardi Gras #441748

Tints of Mardi Gras #441748

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.11%

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

R = 41.72%
G = 14.11%
B = 44.17%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#441748 (or 0x441748) is known color: Mardi Gras. HEX triplet: 44, 17 and 48. RGB value is (68,23,72). Sum of RGB (Red+Green+Blue) = 68+23+72=163 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.72% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 72 (28.52% from 255 or 44.17% from 163); Max value from RGB is 72 - color contains mainly: blue. Hex color #441748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441748 is #BBE8B7. Grayscale: #292929. Windows color (decimal): -12314808 or 4724548. OLE color: 4724548.

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

Color convert

RGB 68 23 72 -
CMYK 0.06 0.68 0 0.72
HSL 295.1º 0.52% 0.19% -
HSV(B) 295.1º 0.68% 0.28% -
XYZ 3.86 2.31 6.37 -
YUV 42.04 144.91 146.52 -
System Red Green Blue C M Y K H S L
Decimal 68 23 72 0.06 0.68 0 0.72 295.1 0.52 0.19
Hex 44 17 48 6 44 0 48 127 34 13
Octal 104 27 110 6 104 0 110 447 64 23
Binary 1000100 10111 1001000 110 1000100 0 1001000 100100111 110100 10011

Color Harmonies of #441748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441748

Black with #441748

Text Example


Text Example

White with #441748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441748; }

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

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

background-color css

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

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

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

border-color css

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

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

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