#431A42

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

Shades of Mardi Gras #431A42

Tints of Mardi Gras #431A42

Color information

#431A42 (or 0x431A42) is unknown color: approx Mardi Gras. HEX triplet: 43, 1A and 42. RGB value is (67,26,66). Sum of RGB (Red+Green+Blue) = 67+26+66=159 (21% of max value = 765). Red value is 67 (26.56% from 255 or 42.14% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 66 (26.17% from 255 or 41.51% from 159); Max value from RGB is 67 - color contains mainly: red. Hex color #431A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431A42 is #BCE5BD. Grayscale: #2A2A2A. Windows color (decimal): -12379582 or 4332099. OLE color: 4332099.

HSL color Cylindrical-coordinate representation of color #431A42: hue angle of 301.46º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #431A42 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.74.

Color convert

RGB672666-
CMYK00.610.010.74
HSL301.46º44.09%18.24%-
HSV(B)301.46º61.19%26.27%-
XYZ3.672.335.41-
YUV42.82141.08145.25-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 42.14%
GREEN value IS 26 (10.55% from 255) = 16.35%
BLUE value IS 66 (26.17% from 255) = 41.51%
R=42.14%
G=16.35%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.01
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67266600.610.010.74301.4644.0918.24
Hex431A4203D14A12d2c12
Octal1033210207511124555422
Binary100001111010100001001111011100101010010110110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431A42; }

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

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

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

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

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

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

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

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