#441248

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

Shades of Mardi Gras #441248

Tints of Mardi Gras #441248

Color information

#441248 (or 0x441248) is unknown color: approx Mardi Gras. HEX triplet: 44, 12 and 48. RGB value is (68,18,72). Sum of RGB (Red+Green+Blue) = 68+18+72=158 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.04% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 72 (28.52% from 255 or 45.57% from 158); Max value from RGB is 72 - color contains mainly: blue. Hex color #441248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441248 is #BBEDB7. Grayscale: #262626. Windows color (decimal): -12316088 or 4723268. OLE color: 4723268.

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

Color convert

RGB681872-
CMYK0.060.7500.72
HSL295.56º60%17.65%-
HSV(B)295.56º75%28.24%-
XYZ3.772.136.34-
YUV39.11146.56148.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.04%
GREEN value IS 18 (7.42% from 255) = 11.39%
BLUE value IS 72 (28.52% from 255) = 45.57%
R=43.04%
G=11.39%
B=45.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6818720.060.7500.72295.566017.65
Hex44124864B0481283c12
Octal10422110611301104507422
Binary100010010010100100011010010110100100010010100011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441248; }

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

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

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

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

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

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

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

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