#441048

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

Shades of Mardi Gras #441048

Tints of Mardi Gras #441048

Color information

#441048 (or 0x441048) is unknown color: approx Mardi Gras. HEX triplet: 44, 10 and 48. RGB value is (68,16,72). Sum of RGB (Red+Green+Blue) = 68+16+72=156 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.59% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 72 (28.52% from 255 or 46.15% from 156); Max value from RGB is 72 - color contains mainly: blue. Hex color #441048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441048 is #BBEFB7. Grayscale: #252525. Windows color (decimal): -12316600 or 4722756. OLE color: 4722756.

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

Color convert

RGB681672-
CMYK0.060.7800.72
HSL295.71º63.64%17.25%-
HSV(B)295.71º77.78%28.24%-
XYZ3.742.076.33-
YUV37.93147.23149.45-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.59%
GREEN value IS 16 (6.64% from 255) = 10.26%
BLUE value IS 72 (28.52% from 255) = 46.15%
R=43.59%
G=10.26%
B=46.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6816720.060.7800.72295.7163.6417.25
Hex44104864E0481284011
Octal104201106116011045010021
Binary1000100100001001000110100111001001000100101000100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441048; }

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

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

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

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

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

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

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

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