#40063F

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

Shades of Mardi Gras #40063F

Tints of Mardi Gras #40063F

Color information

#40063F (or 0x40063F) is unknown color: approx Mardi Gras. HEX triplet: 40, 06 and 3F. RGB value is (64,6,63). Sum of RGB (Red+Green+Blue) = 64+6+63=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 6 (2.73% from 255 or 4.51% from 133); Blue value is 63 (25% from 255 or 47.37% from 133); Max value from RGB is 64 - color contains mainly: red. Hex color #40063F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40063F is #BFF9C0. Grayscale: #1D1D1D. Windows color (decimal): -12581313 or 4130368. OLE color: 4130368.

HSL color Cylindrical-coordinate representation of color #40063F: hue angle of 301.03º 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 #40063F is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB64663-
CMYK00.910.020.75
HSL301.03º82.86%13.73%-
HSV(B)301.03º90.62%25.1%-
XYZ3.081.584.85-
YUV29.84146.72152.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.12%
GREEN value IS 6 (2.73% from 255) = 4.51%
BLUE value IS 63 (25% from 255) = 47.37%
R=48.12%
G=4.51%
B=47.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6466300.910.020.75301.0382.8613.73
Hex4063F05B24B12d53e
Octal1006770133211345512316
Binary10000001101111110101101110100101110010110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40063F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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