#400C38

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

Shades of Mardi Gras #400C38

Tints of Mardi Gras #400C38

Color information

#400C38 (or 0x400C38) is unknown color: approx Mardi Gras. HEX triplet: 40, 0C and 38. RGB value is (64,12,56). Sum of RGB (Red+Green+Blue) = 64+12+56=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 12 (5.08% from 255 or 9.09% from 132); Blue value is 56 (22.27% from 255 or 42.42% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #400C38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400C38 is #BFF3C7. Grayscale: #202020. Windows color (decimal): -12579784 or 3673152. OLE color: 3673152.

HSL color Cylindrical-coordinate representation of color #400C38: hue angle of 309.23º 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 #400C38 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB641256-
CMYK00.810.130.75
HSL309.23º68.42%14.9%-
HSV(B)309.23º81.25%25.1%-
XYZ2.961.643.9-
YUV32.56141.23150.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.48%
GREEN value IS 12 (5.08% from 255) = 9.09%
BLUE value IS 56 (22.27% from 255) = 42.42%
R=48.48%
G=9.09%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64125600.810.130.75309.2368.4214.9
Hex40C38051D4B13544f
Octal100147001211511346510417
Binary10000001100111000010100011101100101110011010110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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