#40063D

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

Shades of Mardi Gras #40063D

Tints of Mardi Gras #40063D

Color information

#40063D (or 0x40063D) is unknown color: approx Mardi Gras. HEX triplet: 40, 06 and 3D. RGB value is (64,6,61). Sum of RGB (Red+Green+Blue) = 64+6+61=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 6 (2.73% from 255 or 4.58% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #40063D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40063D is #BFF9C2. Grayscale: #1D1D1D. Windows color (decimal): -12581315 or 3999296. OLE color: 3999296.

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

Color convert

RGB64661-
CMYK00.910.050.75
HSL303.1º82.86%13.73%-
HSV(B)303.1º90.62%25.1%-
XYZ3.021.564.56-
YUV29.61145.72152.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.85%
GREEN value IS 6 (2.73% from 255) = 4.58%
BLUE value IS 61 (24.22% from 255) = 46.56%
R=48.85%
G=4.58%
B=46.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6466100.910.050.75303.182.8613.73
Hex4063D05B54B12f53e
Octal1006750133511345712316
Binary100000011011110101011011101100101110010111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40063D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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