#441348

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

Shades of Mardi Gras #441348

Tints of Mardi Gras #441348

Color information

#441348 (or 0x441348) is unknown color: approx Mardi Gras. HEX triplet: 44, 13 and 48. RGB value is (68,19,72). Sum of RGB (Red+Green+Blue) = 68+19+72=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 72 (28.52% from 255 or 45.28% from 159); Max value from RGB is 72 - color contains mainly: blue. Hex color #441348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441348 is #BBECB7. Grayscale: #272727. Windows color (decimal): -12315832 or 4723524. OLE color: 4723524.

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

Color convert

RGB681972-
CMYK0.060.7400.72
HSL295.47º58.24%17.84%-
HSV(B)295.47º73.61%28.24%-
XYZ3.792.166.35-
YUV39.69146.23148.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.77%
GREEN value IS 19 (7.81% from 255) = 11.95%
BLUE value IS 72 (28.52% from 255) = 45.28%
R=42.77%
G=11.95%
B=45.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6819720.060.7400.72295.4758.2417.84
Hex44134864A0481273a12
Octal10423110611201104477222
Binary100010010011100100011010010100100100010010011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441348; }

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

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

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

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

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

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

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

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