#40173F

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

Shades of Mardi Gras #40173F

Tints of Mardi Gras #40173F

Color information

#40173F (or 0x40173F) is unknown color: approx Mardi Gras. HEX triplet: 40, 17 and 3F. RGB value is (64,23,63). Sum of RGB (Red+Green+Blue) = 64+23+63=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 63 (25% from 255 or 42% from 150); Max value from RGB is 64 - color contains mainly: red. Hex color #40173F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40173F is #BFE8C0. Grayscale: #272727. Windows color (decimal): -12576961 or 4134720. OLE color: 4134720.

HSL color Cylindrical-coordinate representation of color #40173F: hue angle of 301.46º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40173F is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB642363-
CMYK00.640.020.75
HSL301.46º47.13%17.06%-
HSV(B)301.46º64.06%25.1%-
XYZ3.322.064.93-
YUV39.82141.08145.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.67%
GREEN value IS 23 (9.38% from 255) = 15.33%
BLUE value IS 63 (25% from 255) = 42%
R=42.67%
G=15.33%
B=42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64236300.640.020.75301.4647.1317.06
Hex40173F04024B12d2f11
Octal1002777010021134555721
Binary1000000101111111110100000010100101110010110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40173F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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