#40093A

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

Shades of Mardi Gras #40093A

Tints of Mardi Gras #40093A

Color information

#40093A (or 0x40093A) is unknown color: approx Mardi Gras. HEX triplet: 40, 09 and 3A. RGB value is (64,9,58). Sum of RGB (Red+Green+Blue) = 64+9+58=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 9 (3.91% from 255 or 6.87% from 131); Blue value is 58 (23.05% from 255 or 44.27% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #40093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40093A is #BFF6C5. Grayscale: #1E1E1E. Windows color (decimal): -12580550 or 3803456. OLE color: 3803456.

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

Color convert

RGB64958-
CMYK00.860.090.75
HSL306.55º75.34%14.31%-
HSV(B)306.55º85.94%25.1%-
XYZ2.981.594.15-
YUV31.03143.22151.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.85%
GREEN value IS 9 (3.91% from 255) = 6.87%
BLUE value IS 58 (23.05% from 255) = 44.27%
R=48.85%
G=6.87%
B=44.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6495800.860.090.75306.5575.3414.31
Hex4093A05694B1334be
Octal100117201261111346311316
Binary10000001001111010010101101001100101110011001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40093A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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