#400C41

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

Shades of Mardi Gras #400C41

Tints of Mardi Gras #400C41

Color information

#400C41 (or 0x400C41) is unknown color: approx Mardi Gras. HEX triplet: 40, 0C and 41. RGB value is (64,12,65). Sum of RGB (Red+Green+Blue) = 64+12+65=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 12 (5.08% from 255 or 8.51% from 141); Blue value is 65 (25.78% from 255 or 46.10% from 141); Max value from RGB is 65 - color contains mainly: blue. Hex color #400C41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400C41 is #BFF3BE. Grayscale: #212121. Windows color (decimal): -12579775 or 4262976. OLE color: 4262976.

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

Color convert

RGB641265-
CMYK0.020.8200.75
HSL298.87º68.83%15.1%-
HSV(B)298.87º81.54%25.49%-
XYZ3.21.735.17-
YUV33.59145.73149.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.39%
GREEN value IS 12 (5.08% from 255) = 8.51%
BLUE value IS 65 (25.78% from 255) = 46.10%
R=45.39%
G=8.51%
B=46.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6412650.020.8200.75298.8768.8315.1
Hex40C4125204B12b45f
Octal100141012122011345310517
Binary1000000110010000011010100100100101110010101110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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