#40123C

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

Shades of Mardi Gras #40123C

Tints of Mardi Gras #40123C

Color information

#40123C (or 0x40123C) is unknown color: approx Mardi Gras. HEX triplet: 40, 12 and 3C. RGB value is (64,18,60). Sum of RGB (Red+Green+Blue) = 64+18+60=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 60 (23.83% from 255 or 42.25% from 142); Max value from RGB is 64 - color contains mainly: red. Hex color #40123C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40123C is #BFEDC3. Grayscale: #242424. Windows color (decimal): -12578244 or 3936832. OLE color: 3936832.

HSL color Cylindrical-coordinate representation of color #40123C: hue angle of 305.22º 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 #40123C is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB641860-
CMYK00.720.060.75
HSL305.22º56.1%16.08%-
HSV(B)305.22º71.88%25.1%-
XYZ3.151.854.47-
YUV36.54141.24147.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.07%
GREEN value IS 18 (7.42% from 255) = 12.68%
BLUE value IS 60 (23.83% from 255) = 42.25%
R=45.07%
G=12.68%
B=42.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64186000.720.060.75305.2256.116.08
Hex40123C04864B1313810
Octal1002274011061134617020
Binary10000001001011110001001000110100101110011000111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40123C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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