#431442

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

Shades of Mardi Gras #431442

Tints of Mardi Gras #431442

Color information

#431442 (or 0x431442) is unknown color: approx Mardi Gras. HEX triplet: 43, 14 and 42. RGB value is (67,20,66). Sum of RGB (Red+Green+Blue) = 67+20+66=153 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.79% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 66 (26.17% from 255 or 43.14% from 153); Max value from RGB is 67 - color contains mainly: red. Hex color #431442 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431442 is #BCEBBD. Grayscale: #272727. Windows color (decimal): -12381118 or 4330563. OLE color: 4330563.

HSL color Cylindrical-coordinate representation of color #431442: hue angle of 301.28º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #431442 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.74.

Color convert

RGB672066-
CMYK00.700.010.74
HSL301.28º54.02%17.06%-
HSV(B)301.28º70.15%26.27%-
XYZ3.552.095.37-
YUV39.3143.07147.76-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 43.79%
GREEN value IS 20 (8.20% from 255) = 13.07%
BLUE value IS 66 (26.17% from 255) = 43.14%
R=43.79%
G=13.07%
B=43.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.01
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67206600.700.010.74301.2854.0217.06
Hex43144204614A12d3611
Octal10324102010611124556621
Binary1000011101001000010010001101100101010010110111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431442; }

 p { color: rgb(67,20,66); }

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

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

 a { background-color: rgb(67,20,66); }

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

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

 span { border-color: rgb(67,20,66); }

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