#431441

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

Shades of Mardi Gras #431441

Tints of Mardi Gras #431441

Color information

#431441 (or 0x431441) is unknown color: approx Mardi Gras. HEX triplet: 43, 14 and 41. RGB value is (67,20,65). Sum of RGB (Red+Green+Blue) = 67+20+65=152 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.08% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 65 (25.78% from 255 or 42.76% from 152); Max value from RGB is 67 - color contains mainly: red. Hex color #431441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431441 is #BCEBBE. Grayscale: #272727. Windows color (decimal): -12381119 or 4265027. OLE color: 4265027.

HSL color Cylindrical-coordinate representation of color #431441: hue angle of 302.55º 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 #431441 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB672065-
CMYK00.700.030.74
HSL302.55º54.02%17.06%-
HSV(B)302.55º70.15%26.27%-
XYZ3.522.085.22-
YUV39.18142.57147.84-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.08%
GREEN value IS 20 (8.20% from 255) = 13.16%
BLUE value IS 65 (25.78% from 255) = 42.76%
R=44.08%
G=13.16%
B=42.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67206500.700.030.74302.5554.0217.06
Hex43144104634A12f3611
Octal10324101010631124576621
Binary10000111010010000010100011011100101010010111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431441; }

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

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

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

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

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

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

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

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