#40073C

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

Shades of Mardi Gras #40073C

Tints of Mardi Gras #40073C

Color information

#40073C (or 0x40073C) is unknown color: approx Mardi Gras. HEX triplet: 40, 07 and 3C. RGB value is (64,7,60). Sum of RGB (Red+Green+Blue) = 64+7+60=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 60 (23.83% from 255 or 45.80% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #40073C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40073C is #BFF8C3. Grayscale: #1D1D1D. Windows color (decimal): -12581060 or 3934016. OLE color: 3934016.

HSL color Cylindrical-coordinate representation of color #40073C: hue angle of 304.21º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #40073C is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB64760-
CMYK00.890.060.75
HSL304.21º80.28%13.92%-
HSV(B)304.21º89.06%25.1%-
XYZ3.011.574.42-
YUV30.08144.88152.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.85%
GREEN value IS 7 (3.12% from 255) = 5.34%
BLUE value IS 60 (23.83% from 255) = 45.80%
R=48.85%
G=5.34%
B=45.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6476000.890.060.75304.2180.2813.92
Hex4073C05964B13050e
Octal1007740131611346012016
Binary100000011111110001011001110100101110011000010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40073C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40073C; }

 p { color: rgb(64,7,60); }

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

<style>
 a { background-color: #40073C; }

 a { background-color: rgb(64,7,60); }

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

<style>
 span { border-color: #40073C; }

 span { border-color: rgb(64,7,60); }

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