#40123E

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

Shades of Mardi Gras #40123E

Tints of Mardi Gras #40123E

Color information

#40123E (or 0x40123E) is unknown color: approx Mardi Gras. HEX triplet: 40, 12 and 3E. RGB value is (64,18,62). Sum of RGB (Red+Green+Blue) = 64+18+62=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 62 (24.61% from 255 or 43.06% from 144); Max value from RGB is 64 - color contains mainly: red. Hex color #40123E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40123E is #BFEDC1. Grayscale: #242424. Windows color (decimal): -12578242 or 4067904. OLE color: 4067904.

HSL color Cylindrical-coordinate representation of color #40123E: hue angle of 302.61º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40123E is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB641862-
CMYK00.720.030.75
HSL302.61º56.1%16.08%-
HSV(B)302.61º71.88%25.1%-
XYZ3.21.874.75-
YUV36.77142.24147.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.44%
GREEN value IS 18 (7.42% from 255) = 12.5%
BLUE value IS 62 (24.61% from 255) = 43.06%
R=44.44%
G=12.5%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64186200.720.030.75302.6156.116.08
Hex40123E04834B12f3810
Octal1002276011031134577020
Binary1000000100101111100100100011100101110010111111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40123E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40123E; }

 p { color: rgb(64,18,62); }

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

<style>
 a { background-color: #40123E; }

 a { background-color: rgb(64,18,62); }

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

<style>
 span { border-color: #40123E; }

 span { border-color: rgb(64,18,62); }

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