#400138

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

Shades of Mardi Gras #400138

Tints of Mardi Gras #400138

Color information

#400138 (or 0x400138) is unknown color: approx Mardi Gras. HEX triplet: 40, 01 and 38. RGB value is (64,1,56). Sum of RGB (Red+Green+Blue) = 64+1+56=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 56 (22.27% from 255 or 46.28% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #400138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400138 is #BFFEC7. Grayscale: #191919. Windows color (decimal): -12582600 or 3670336. OLE color: 3670336.

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

Color convert

RGB64156-
CMYK00.980.130.75
HSL307.62º96.92%12.75%-
HSV(B)307.62º98.44%25.1%-
XYZ2.841.43.86-
YUV26.11144.87155.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.89%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 56 (22.27% from 255) = 46.28%
R=52.89%
G=0.83%
B=46.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6415600.980.130.75307.6296.9212.75
Hex40138062D4B13461d
Octal10017001421511346414115
Binary10000001111000011000101101100101110011010011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400138; }

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

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

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

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

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

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

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

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