#400F45

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

Shades of Mardi Gras #400F45

Tints of Mardi Gras #400F45

Color information

#400F45 (or 0x400F45) is unknown color: approx Mardi Gras. HEX triplet: 40, 0F and 45. RGB value is (64,15,69). Sum of RGB (Red+Green+Blue) = 64+15+69=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 15 (6.25% from 255 or 10.14% from 148); Blue value is 69 (27.34% from 255 or 46.62% from 148); Max value from RGB is 69 - color contains mainly: blue. Hex color #400F45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400F45 is #BFF0BA. Grayscale: #232323. Windows color (decimal): -12579003 or 4525888. OLE color: 4525888.

HSL color Cylindrical-coordinate representation of color #400F45: hue angle of 294.44º 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 #400F45 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB641569-
CMYK0.070.7800.73
HSL294.44º64.29%16.47%-
HSV(B)294.44º78.26%27.06%-
XYZ3.361.865.81-
YUV35.81146.73148.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.24%
GREEN value IS 15 (6.25% from 255) = 10.14%
BLUE value IS 69 (27.34% from 255) = 46.62%
R=43.24%
G=10.14%
B=46.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6415690.070.7800.73294.4464.2916.47
Hex40F4574E0491264010
Octal100171057116011144610020
Binary100000011111000101111100111001001001100100110100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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