#431241

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

Shades of Mardi Gras #431241

Tints of Mardi Gras #431241

Color information

#431241 (or 0x431241) is unknown color: approx Mardi Gras. HEX triplet: 43, 12 and 41. RGB value is (67,18,65). Sum of RGB (Red+Green+Blue) = 67+18+65=150 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.67% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 65 (25.78% from 255 or 43.33% from 150); Max value from RGB is 67 - color contains mainly: red. Hex color #431241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431241 is #BCEDBE. Grayscale: #252525. Windows color (decimal): -12381631 or 4264515. OLE color: 4264515.

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

Color convert

RGB671865-
CMYK00.730.030.74
HSL302.45º57.65%16.67%-
HSV(B)302.45º73.13%26.27%-
XYZ3.492.015.2-
YUV38.01143.23148.68-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.67%
GREEN value IS 18 (7.42% from 255) = 12%
BLUE value IS 65 (25.78% from 255) = 43.33%
R=44.67%
G=12%
B=43.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67186500.730.030.74302.4557.6516.67
Hex43124104934A12e3a11
Octal10322101011131124567221
Binary10000111001010000010100100111100101010010111011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431241; }

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

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

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

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

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

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

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

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