#40093E

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

Shades of Mardi Gras #40093E

Tints of Mardi Gras #40093E

Color information

#40093E (or 0x40093E) is unknown color: approx Mardi Gras. HEX triplet: 40, 09 and 3E. RGB value is (64,9,62). Sum of RGB (Red+Green+Blue) = 64+9+62=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 62 (24.61% from 255 or 45.93% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #40093E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40093E is #BFF6C1. Grayscale: #1F1F1F. Windows color (decimal): -12580546 or 4065600. OLE color: 4065600.

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

Color convert

RGB64962-
CMYK00.860.030.75
HSL302.18º75.34%14.31%-
HSV(B)302.18º85.94%25.1%-
XYZ3.081.634.71-
YUV31.49145.22151.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.41%
GREEN value IS 9 (3.91% from 255) = 6.67%
BLUE value IS 62 (24.61% from 255) = 45.93%
R=47.41%
G=6.67%
B=45.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6496200.860.030.75302.1875.3414.31
Hex4093E05634B12e4be
Octal10011760126311345611316
Binary100000010011111100101011011100101110010111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40093E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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