#401238

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

Shades of Mardi Gras #401238

Tints of Mardi Gras #401238

Color information

#401238 (or 0x401238) is unknown color: approx Mardi Gras. HEX triplet: 40, 12 and 38. RGB value is (64,18,56). Sum of RGB (Red+Green+Blue) = 64+18+56=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 56 (22.27% from 255 or 40.58% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #401238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401238 is #BFEDC7. Grayscale: #232323. Windows color (decimal): -12578248 or 3674688. OLE color: 3674688.

HSL color Cylindrical-coordinate representation of color #401238: hue angle of 310.43º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #401238 is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB641856-
CMYK00.720.130.75
HSL310.43º56.1%16.08%-
HSV(B)310.43º71.88%25.1%-
XYZ3.041.813.93-
YUV36.09139.24147.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.38%
GREEN value IS 18 (7.42% from 255) = 13.04%
BLUE value IS 56 (22.27% from 255) = 40.58%
R=46.38%
G=13.04%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64185600.720.130.75310.4356.116.08
Hex401238048D4B1363810
Octal10022700110151134667020
Binary100000010010111000010010001101100101110011011011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401238; }

 p { color: rgb(64,18,56); }

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

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

 a { background-color: rgb(64,18,56); }

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

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

 span { border-color: rgb(64,18,56); }

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