#401448

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

Shades of Mardi Gras #401448

Tints of Mardi Gras #401448

Color information

#401448 (or 0x401448) is unknown color: approx Mardi Gras. HEX triplet: 40, 14 and 48. RGB value is (64,20,72). Sum of RGB (Red+Green+Blue) = 64+20+72=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 20 (8.20% from 255 or 12.82% 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 #401448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401448 is #BFEBB7. Grayscale: #262626. Windows color (decimal): -12577720 or 4723776. OLE color: 4723776.

HSL color Cylindrical-coordinate representation of color #401448: hue angle of 290.77º 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 #401448 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB642072-
CMYK0.110.7200.72
HSL290.77º56.52%18.04%-
HSV(B)290.77º72.22%28.24%-
XYZ3.532.066.34-
YUV39.08146.58145.77-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.03%
GREEN value IS 20 (8.20% from 255) = 12.82%
BLUE value IS 72 (28.52% from 255) = 46.15%
R=41.03%
G=12.82%
B=46.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6420720.110.7200.72290.7756.5218.04
Hex401448B480481233912
Octal100241101311001104437122
Binary1000000101001001000101110010000100100010010001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401448; }

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

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

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

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

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

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

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

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