#400D3C

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

Shades of Mardi Gras #400D3C

Tints of Mardi Gras #400D3C

Color information

#400D3C (or 0x400D3C) is unknown color: approx Mardi Gras. HEX triplet: 40, 0D and 3C. RGB value is (64,13,60). Sum of RGB (Red+Green+Blue) = 64+13+60=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 13 (5.47% from 255 or 9.49% from 137); Blue value is 60 (23.83% from 255 or 43.80% from 137); Max value from RGB is 64 - color contains mainly: red. Hex color #400D3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400D3C is #BFF2C3. Grayscale: #212121. Windows color (decimal): -12579524 or 3935552. OLE color: 3935552.

HSL color Cylindrical-coordinate representation of color #400D3C: hue angle of 304.71º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #400D3C is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB641360-
CMYK00.800.060.75
HSL304.71º66.23%15.1%-
HSV(B)304.71º79.69%25.1%-
XYZ3.071.74.44-
YUV33.61142.9149.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.72%
GREEN value IS 13 (5.47% from 255) = 9.49%
BLUE value IS 60 (23.83% from 255) = 43.80%
R=46.72%
G=9.49%
B=43.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64136000.800.060.75304.7166.2315.1
Hex40D3C05064B13142f
Octal10015740120611346110217
Binary1000000110111110001010000110100101110011000110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,13,60); }

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

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

 a { background-color: rgb(64,13,60); }

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

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

 span { border-color: rgb(64,13,60); }

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