#40013A

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

Shades of Mardi Gras #40013A

Tints of Mardi Gras #40013A

Color information

#40013A (or 0x40013A) is unknown color: approx Mardi Gras. HEX triplet: 40, 01 and 3A. RGB value is (64,1,58). Sum of RGB (Red+Green+Blue) = 64+1+58=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 58 (23.05% from 255 or 47.15% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #40013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40013A is #BFFEC5. Grayscale: #1A1A1A. Windows color (decimal): -12582598 or 3801408. OLE color: 3801408.

HSL color Cylindrical-coordinate representation of color #40013A: hue angle of 305.71º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #40013A is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB64158-
CMYK00.980.090.75
HSL305.71º96.92%12.75%-
HSV(B)305.71º98.44%25.1%-
XYZ2.891.424.12-
YUV26.34145.87154.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.03%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 58 (23.05% from 255) = 47.15%
R=52.03%
G=0.81%
B=47.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6415800.980.090.75305.7196.9212.75
Hex4013A06294B13261d
Octal10017201421111346214115
Binary10000001111010011000101001100101110011001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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