#431040

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

Shades of Mardi Gras #431040

Tints of Mardi Gras #431040

Color information

#431040 (or 0x431040) is unknown color: approx Mardi Gras. HEX triplet: 43, 10 and 40. RGB value is (67,16,64). Sum of RGB (Red+Green+Blue) = 67+16+64=147 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.58% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 64 (25.39% from 255 or 43.54% from 147); Max value from RGB is 67 - color contains mainly: red. Hex color #431040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431040 is #BCEFBF. Grayscale: #242424. Windows color (decimal): -12382144 or 4198467. OLE color: 4198467.

HSL color Cylindrical-coordinate representation of color #431040: hue angle of 303.53º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #431040 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.74.

Color convert

RGB671664-
CMYK00.760.040.74
HSL303.53º61.45%16.27%-
HSV(B)303.53º76.12%26.27%-
XYZ3.431.935.04-
YUV36.72143.4149.6-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 45.58%
GREEN value IS 16 (6.64% from 255) = 10.88%
BLUE value IS 64 (25.39% from 255) = 43.54%
R=45.58%
G=10.88%
B=43.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.04
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67166400.760.040.74303.5361.4516.27
Hex43104004C44A1303d10
Octal10320100011441124607520
Binary100001110000100000001001100100100101010011000011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431040; }

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

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

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

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

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

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

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

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