#431349

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

Shades of Mardi Gras #431349

Tints of Mardi Gras #431349

Color information

#431349 (or 0x431349) is unknown color: approx Mardi Gras. HEX triplet: 43, 13 and 49. RGB value is (67,19,73). Sum of RGB (Red+Green+Blue) = 67+19+73=159 (21% of max value = 765). Red value is 67 (26.56% from 255 or 42.14% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 73 (28.91% from 255 or 45.91% from 159); Max value from RGB is 73 - color contains mainly: blue. Hex color #431349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431349 is #BCECB6. Grayscale: #272727. Windows color (decimal): -12381367 or 4789059. OLE color: 4789059.

HSL color Cylindrical-coordinate representation of color #431349: hue angle of 293.33º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #431349 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB671973-
CMYK0.080.7400.71
HSL293.33º58.7%18.04%-
HSV(B)293.33º73.97%28.63%-
XYZ3.752.146.52-
YUV39.51146.9147.61-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 42.14%
GREEN value IS 19 (7.81% from 255) = 11.95%
BLUE value IS 73 (28.91% from 255) = 45.91%
R=42.14%
G=11.95%
B=45.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6719730.080.7400.71293.3358.718.04
Hex43134984A0471253b12
Octal103231111011201074457322
Binary1000011100111001001100010010100100011110010010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431349; }

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

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

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

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

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

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

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

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