#431140

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

Shades of Mardi Gras #431140

Tints of Mardi Gras #431140

Color information

#431140 (or 0x431140) is unknown color: approx Mardi Gras. HEX triplet: 43, 11 and 40. RGB value is (67,17,64). Sum of RGB (Red+Green+Blue) = 67+17+64=148 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.27% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 64 (25.39% from 255 or 43.24% from 148); Max value from RGB is 67 - color contains mainly: red. Hex color #431140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431140 is #BCEEBF. Grayscale: #252525. Windows color (decimal): -12381888 or 4198723. OLE color: 4198723.

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

Color convert

RGB671764-
CMYK00.750.040.74
HSL303.6º59.52%16.47%-
HSV(B)303.6º74.63%26.27%-
XYZ3.441.965.05-
YUV37.31143.06149.18-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 45.27%
GREEN value IS 17 (7.03% from 255) = 11.49%
BLUE value IS 64 (25.39% from 255) = 43.24%
R=45.27%
G=11.49%
B=43.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.04
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67176400.750.040.74303.659.5216.47
Hex43114004B44A1303c10
Octal10321100011341124607420
Binary100001110001100000001001011100100101010011000011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431140; }

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

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

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

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

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

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

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

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