#40193F

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

Shades of Mardi Gras #40193F

Tints of Mardi Gras #40193F

Color information

#40193F (or 0x40193F) is unknown color: approx Mardi Gras. HEX triplet: 40, 19 and 3F. RGB value is (64,25,63). Sum of RGB (Red+Green+Blue) = 64+25+63=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 64 - color contains mainly: red. Hex color #40193F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40193F is #BFE6C0. Grayscale: #282828. Windows color (decimal): -12576449 or 4135232. OLE color: 4135232.

HSL color Cylindrical-coordinate representation of color #40193F: hue angle of 301.54º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40193F is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB642563-
CMYK00.610.020.75
HSL301.54º43.82%17.45%-
HSV(B)301.54º60.94%25.1%-
XYZ3.362.144.94-
YUV40.99140.42144.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.11%
GREEN value IS 25 (10.16% from 255) = 16.45%
BLUE value IS 63 (25% from 255) = 41.45%
R=42.11%
G=16.45%
B=41.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64256300.610.020.75301.5443.8217.45
Hex40193F03D24B12e2c11
Octal100317707521134565421
Binary100000011001111111011110110100101110010111010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40193F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40193F; }

 p { color: rgb(64,25,63); }

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

<style>
 a { background-color: #40193F; }

 a { background-color: rgb(64,25,63); }

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

<style>
 span { border-color: #40193F; }

 span { border-color: rgb(64,25,63); }

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