#431A40

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

Shades of Mardi Gras #431A40

Tints of Mardi Gras #431A40

Color information

#431A40 (or 0x431A40) is unknown color: approx Mardi Gras. HEX triplet: 43, 1A and 40. RGB value is (67,26,64). Sum of RGB (Red+Green+Blue) = 67+26+64=157 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.68% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 67 - color contains mainly: red. Hex color #431A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431A40 is #BCE5BF. Grayscale: #2A2A2A. Windows color (decimal): -12379584 or 4201027. OLE color: 4201027.

HSL color Cylindrical-coordinate representation of color #431A40: hue angle of 304.39º 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 #431A40 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.74.

Color convert

RGB672664-
CMYK00.610.040.74
HSL304.39º44.09%18.24%-
HSV(B)304.39º61.19%26.27%-
XYZ3.612.35.1-
YUV42.59140.08145.41-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 42.68%
GREEN value IS 26 (10.55% from 255) = 16.56%
BLUE value IS 64 (25.39% from 255) = 40.76%
R=42.68%
G=16.56%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.04
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67266400.610.040.74304.3944.0918.24
Hex431A4003D44A1302c12
Octal1033210007541124605422
Binary10000111101010000000111101100100101010011000010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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