#40103C

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

Shades of Mardi Gras #40103C

Tints of Mardi Gras #40103C

Color information

#40103C (or 0x40103C) is unknown color: approx Mardi Gras. HEX triplet: 40, 10 and 3C. RGB value is (64,16,60). Sum of RGB (Red+Green+Blue) = 64+16+60=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 16 (6.64% from 255 or 11.43% from 140); Blue value is 60 (23.83% from 255 or 42.86% from 140); Max value from RGB is 64 - color contains mainly: red. Hex color #40103C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40103C is #BFEFC3. Grayscale: #232323. Windows color (decimal): -12578756 or 3936320. OLE color: 3936320.

HSL color Cylindrical-coordinate representation of color #40103C: hue angle of 305º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40103C is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB641660-
CMYK00.750.060.75
HSL305º60%15.69%-
HSV(B)305º75%25.1%-
XYZ3.121.794.46-
YUV35.37141.9148.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.71%
GREEN value IS 16 (6.64% from 255) = 11.43%
BLUE value IS 60 (23.83% from 255) = 42.86%
R=45.71%
G=11.43%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64166000.750.060.753056015.69
Hex40103C04B64B1313c10
Octal1002074011361134617420
Binary10000001000011110001001011110100101110011000111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40103C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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