#431540

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

Shades of Mardi Gras #431540

Tints of Mardi Gras #431540

Color information

#431540 (or 0x431540) is unknown color: approx Mardi Gras. HEX triplet: 43, 15 and 40. RGB value is (67,21,64). Sum of RGB (Red+Green+Blue) = 67+21+64=152 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.08% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 67 - color contains mainly: red. Hex color #431540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431540 is #BCEABF. Grayscale: #272727. Windows color (decimal): -12380864 or 4199747. OLE color: 4199747.

HSL color Cylindrical-coordinate representation of color #431540: hue angle of 303.91º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #431540 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.74.

Color convert

RGB672164-
CMYK00.690.040.74
HSL303.91º52.27%17.25%-
HSV(B)303.91º68.66%26.27%-
XYZ3.512.15.07-
YUV39.66141.74147.5-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.08%
GREEN value IS 21 (8.59% from 255) = 13.82%
BLUE value IS 64 (25.39% from 255) = 42.11%
R=44.08%
G=13.82%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67216400.690.040.74303.9152.2717.25
Hex43154004544A1303411
Octal10325100010541124606421
Binary100001110101100000001000101100100101010011000011010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431540; }

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

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

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

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

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

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

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

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