#400A42

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

Shades of Mardi Gras #400A42

Tints of Mardi Gras #400A42

Color information

#400A42 (or 0x400A42) is unknown color: approx Mardi Gras. HEX triplet: 40, 0A and 42. RGB value is (64,10,66). Sum of RGB (Red+Green+Blue) = 64+10+66=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 10 (4.30% from 255 or 7.14% from 140); Blue value is 66 (26.17% from 255 or 47.14% from 140); Max value from RGB is 66 - color contains mainly: blue. Hex color #400A42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400A42 is #BFF5BD. Grayscale: #202020. Windows color (decimal): -12580286 or 4328000. OLE color: 4328000.

HSL color Cylindrical-coordinate representation of color #400A42: hue angle of 297.86º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #400A42 is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB641066-
CMYK0.030.8500.74
HSL297.86º73.68%14.9%-
HSV(B)297.86º84.85%25.88%-
XYZ3.211.75.31-
YUV32.53146.89150.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.71%
GREEN value IS 10 (4.30% from 255) = 7.14%
BLUE value IS 66 (26.17% from 255) = 47.14%
R=45.71%
G=7.14%
B=47.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6410660.030.8500.74297.8673.6814.9
Hex40A4235504A12a4af
Octal100121023125011245211217
Binary1000000101010000101110101010100101010010101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400A42; }

 p { color: rgb(64,10,66); }

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

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

 a { background-color: rgb(64,10,66); }

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

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

 span { border-color: rgb(64,10,66); }

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