#40083F

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

Shades of Mardi Gras #40083F

Tints of Mardi Gras #40083F

Color information

#40083F (or 0x40083F) is unknown color: approx Mardi Gras. HEX triplet: 40, 08 and 3F. RGB value is (64,8,63). Sum of RGB (Red+Green+Blue) = 64+8+63=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 8 (3.52% from 255 or 5.93% from 135); Blue value is 63 (25% from 255 or 46.67% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #40083F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40083F is #BFF7C0. Grayscale: #1E1E1E. Windows color (decimal): -12580801 or 4130880. OLE color: 4130880.

HSL color Cylindrical-coordinate representation of color #40083F: hue angle of 301.07º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #40083F is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB64863-
CMYK00.870.020.75
HSL301.07º77.78%14.12%-
HSV(B)301.07º87.5%25.1%-
XYZ3.11.624.85-
YUV31.01146.05151.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.41%
GREEN value IS 8 (3.52% from 255) = 5.93%
BLUE value IS 63 (25% from 255) = 46.67%
R=47.41%
G=5.93%
B=46.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6486300.870.020.75301.0777.7814.12
Hex4083F05724B12d4ee
Octal10010770127211345511616
Binary100000010001111110101011110100101110010110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40083F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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