#431D40

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

Shades of Mardi Gras #431D40

Tints of Mardi Gras #431D40

Color information

#431D40 (or 0x431D40) is unknown color: approx Mardi Gras. HEX triplet: 43, 1D and 40. RGB value is (67,29,64). Sum of RGB (Red+Green+Blue) = 67+29+64=160 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.88% from 160); Green value is 29 (11.72% from 255 or 18.12% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 67 - color contains mainly: red. Hex color #431D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431D40 is #BCE2BF. Grayscale: #2C2C2C. Windows color (decimal): -12378816 or 4201795. OLE color: 4201795.

HSL color Cylindrical-coordinate representation of color #431D40: hue angle of 304.74º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #431D40 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.74.

Color convert

RGB672964-
CMYK00.570.040.74
HSL304.74º39.58%18.82%-
HSV(B)304.74º56.72%26.27%-
XYZ3.682.445.13-
YUV44.35139.09144.15-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.88%
GREEN value IS 29 (11.72% from 255) = 18.12%
BLUE value IS 64 (25.39% from 255) = 40%
R=41.88%
G=18.12%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67296400.570.040.74304.7439.5818.82
Hex431D4003944A1312813
Octal1033510007141124615023
Binary10000111110110000000111001100100101010011000110100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431D40; }

 p { color: rgb(67,29,64); }

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

<style>
 a { background-color: #431D40; }

 a { background-color: rgb(67,29,64); }

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

<style>
 span { border-color: #431D40; }

 span { border-color: rgb(67,29,64); }

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