#441448

Color #441448 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #441448

Tints of Mardi Gras #441448

Color information

#441448 (or 0x441448) is unknown color: approx Mardi Gras. HEX triplet: 44, 14 and 48. RGB value is (68,20,72). Sum of RGB (Red+Green+Blue) = 68+20+72=160 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.5% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 72 (28.52% from 255 or 45% from 160); Max value from RGB is 72 - color contains mainly: blue. Hex color #441448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441448 is #BBEBB7. Grayscale: #282828. Windows color (decimal): -12315576 or 4723780. OLE color: 4723780.

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

Color convert

RGB682072-
CMYK0.060.7200.72
HSL295.38º56.52%18.04%-
HSV(B)295.38º72.22%28.24%-
XYZ3.82.26.35-
YUV40.28145.9147.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.5%
GREEN value IS 20 (8.20% from 255) = 12.5%
BLUE value IS 72 (28.52% from 255) = 45%
R=42.5%
G=12.5%
B=45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6820720.060.7200.72295.3856.5218.04
Hex4414486480481273912
Octal10424110611001104477122
Binary100010010100100100011010010000100100010010011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441448; }

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

 H1.HeaderClassName
 {
   color: #441448;
 }
 .AnyTagClassName
 {
   color: #441448;
 }
</style>
background-color css

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

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

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

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

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

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