#40143E

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

Shades of Mardi Gras #40143E

Tints of Mardi Gras #40143E

Color information

#40143E (or 0x40143E) is unknown color: approx Mardi Gras. HEX triplet: 40, 14 and 3E. RGB value is (64,20,62). Sum of RGB (Red+Green+Blue) = 64+20+62=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 62 (24.61% from 255 or 42.47% from 146); Max value from RGB is 64 - color contains mainly: red. Hex color #40143E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40143E is #BFEBC1. Grayscale: #252525. Windows color (decimal): -12577730 or 4068416. OLE color: 4068416.

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

Color convert

RGB642062-
CMYK00.690.030.75
HSL302.73º52.38%16.47%-
HSV(B)302.73º68.75%25.1%-
XYZ3.231.944.76-
YUV37.94141.58146.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.84%
GREEN value IS 20 (8.20% from 255) = 13.70%
BLUE value IS 62 (24.61% from 255) = 42.47%
R=43.84%
G=13.70%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64206200.690.030.75302.7352.3816.47
Hex40143E04534B12f3410
Octal1002476010531134576420
Binary1000000101001111100100010111100101110010111111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40143E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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