#40063E

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

Shades of Mardi Gras #40063E

Tints of Mardi Gras #40063E

Color information

#40063E (or 0x40063E) is unknown color: approx Mardi Gras. HEX triplet: 40, 06 and 3E. RGB value is (64,6,62). Sum of RGB (Red+Green+Blue) = 64+6+62=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 6 (2.73% from 255 or 4.55% from 132); Blue value is 62 (24.61% from 255 or 46.97% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #40063E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40063E is #BFF9C1. Grayscale: #1D1D1D. Windows color (decimal): -12581314 or 4064832. OLE color: 4064832.

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

Color convert

RGB64662-
CMYK00.910.030.75
HSL302.07º82.86%13.73%-
HSV(B)302.07º90.62%25.1%-
XYZ3.051.574.7-
YUV29.73146.22152.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.48%
GREEN value IS 6 (2.73% from 255) = 4.55%
BLUE value IS 62 (24.61% from 255) = 46.97%
R=48.48%
G=4.55%
B=46.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6466200.910.030.75302.0782.8613.73
Hex4063E05B34B12e53e
Octal1006760133311345612316
Binary10000001101111100101101111100101110010111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40063E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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