#400F44

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

Shades of Mardi Gras #400F44

Tints of Mardi Gras #400F44

Color information

#400F44 (or 0x400F44) is unknown color: approx Mardi Gras. HEX triplet: 40, 0F and 44. RGB value is (64,15,68). Sum of RGB (Red+Green+Blue) = 64+15+68=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 15 (6.25% from 255 or 10.20% from 147); Blue value is 68 (26.95% from 255 or 46.26% from 147); Max value from RGB is 68 - color contains mainly: blue. Hex color #400F44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400F44 is #BFF0BB. Grayscale: #232323. Windows color (decimal): -12579004 or 4460352. OLE color: 4460352.

HSL color Cylindrical-coordinate representation of color #400F44: hue angle of 295.47º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #400F44 is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB641568-
CMYK0.060.7800.73
HSL295.47º63.86%16.27%-
HSV(B)295.47º77.94%26.67%-
XYZ3.331.855.65-
YUV35.69146.23148.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.54%
GREEN value IS 15 (6.25% from 255) = 10.20%
BLUE value IS 68 (26.95% from 255) = 46.26%
R=43.54%
G=10.20%
B=46.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6415680.060.7800.73295.4763.8616.27
Hex40F4464E0491274010
Octal100171046116011144710020
Binary100000011111000100110100111001001001100100111100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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