#400C3D

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

Shades of Mardi Gras #400C3D

Tints of Mardi Gras #400C3D

Color information

#400C3D (or 0x400C3D) is unknown color: approx Mardi Gras. HEX triplet: 40, 0C and 3D. RGB value is (64,12,61). Sum of RGB (Red+Green+Blue) = 64+12+61=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 12 (5.08% from 255 or 8.76% from 137); Blue value is 61 (24.22% from 255 or 44.53% from 137); Max value from RGB is 64 - color contains mainly: red. Hex color #400C3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400C3D is #BFF3C2. Grayscale: #202020. Windows color (decimal): -12579779 or 4000832. OLE color: 4000832.

HSL color Cylindrical-coordinate representation of color #400C3D: hue angle of 303.46º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #400C3D is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB641261-
CMYK00.810.050.75
HSL303.46º68.42%14.9%-
HSV(B)303.46º81.25%25.1%-
XYZ3.091.694.58-
YUV33.13143.73150.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.72%
GREEN value IS 12 (5.08% from 255) = 8.76%
BLUE value IS 61 (24.22% from 255) = 44.53%
R=46.72%
G=8.76%
B=44.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64126100.810.050.75303.4668.4214.9
Hex40C3D05154B12f44f
Octal10014750121511345710417
Binary1000000110011110101010001101100101110010111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,12,61); }

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

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

 a { background-color: rgb(64,12,61); }

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

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

 span { border-color: rgb(64,12,61); }

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