#40193A

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

Shades of Mardi Gras #40193A

Tints of Mardi Gras #40193A

Color information

#40193A (or 0x40193A) is unknown color: approx Mardi Gras. HEX triplet: 40, 19 and 3A. RGB value is (64,25,58). Sum of RGB (Red+Green+Blue) = 64+25+58=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 64 - color contains mainly: red. Hex color #40193A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40193A is #BFE6C5. Grayscale: #282828. Windows color (decimal): -12576454 or 3807552. OLE color: 3807552.

HSL color Cylindrical-coordinate representation of color #40193A: hue angle of 309.23º 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 #40193A is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB642558-
CMYK00.610.090.75
HSL309.23º43.82%17.45%-
HSV(B)309.23º60.94%25.1%-
XYZ3.232.094.24-
YUV40.42137.92144.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.54%
GREEN value IS 25 (10.16% from 255) = 17.01%
BLUE value IS 58 (23.05% from 255) = 39.46%
R=43.54%
G=17.01%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64255800.610.090.75309.2343.8217.45
Hex40193A03D94B1352c11
Octal1003172075111134655421
Binary10000001100111101001111011001100101110011010110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40193A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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