#400F41

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

Shades of Mardi Gras #400F41

Tints of Mardi Gras #400F41

Color information

#400F41 (or 0x400F41) is unknown color: approx Mardi Gras. HEX triplet: 40, 0F and 41. RGB value is (64,15,65). Sum of RGB (Red+Green+Blue) = 64+15+65=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 65 - color contains mainly: blue. Hex color #400F41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400F41 is #BFF0BE. Grayscale: #232323. Windows color (decimal): -12579007 or 4263744. OLE color: 4263744.

HSL color Cylindrical-coordinate representation of color #400F41: hue angle of 298.8º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #400F41 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB641565-
CMYK0.020.7700.75
HSL298.8º62.5%15.69%-
HSV(B)298.8º76.92%25.49%-
XYZ3.241.815.18-
YUV35.35144.73148.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.44%
GREEN value IS 15 (6.25% from 255) = 10.42%
BLUE value IS 65 (25.78% from 255) = 45.14%
R=44.44%
G=10.42%
B=45.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6415650.020.7700.75298.862.515.69
Hex40F4124D04B12b3e10
Octal10017101211501134537620
Binary1000000111110000011010011010100101110010101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,15,65); }

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

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

 a { background-color: rgb(64,15,65); }

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

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

 span { border-color: rgb(64,15,65); }

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