#431340

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

Shades of Mardi Gras #431340

Tints of Mardi Gras #431340

Color information

#431340 (or 0x431340) is unknown color: approx Mardi Gras. HEX triplet: 43, 13 and 40. RGB value is (67,19,64). Sum of RGB (Red+Green+Blue) = 67+19+64=150 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.67% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 64 (25.39% from 255 or 42.67% from 150); Max value from RGB is 67 - color contains mainly: red. Hex color #431340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431340 is #BCECBF. Grayscale: #262626. Windows color (decimal): -12381376 or 4199235. OLE color: 4199235.

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

Color convert

RGB671964-
CMYK00.720.040.74
HSL303.75º55.81%16.86%-
HSV(B)303.75º71.64%26.27%-
XYZ3.472.035.06-
YUV38.48142.4148.34-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.67%
GREEN value IS 19 (7.81% from 255) = 12.67%
BLUE value IS 64 (25.39% from 255) = 42.67%
R=44.67%
G=12.67%
B=42.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.04
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67196400.720.040.74303.7555.8116.86
Hex43134004844A1303811
Octal10323100011041124607021
Binary100001110011100000001001000100100101010011000011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431340; }

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

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

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

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

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

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

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

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