#431042

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

Shades of Mardi Gras #431042

Tints of Mardi Gras #431042

Color information

#431042 (or 0x431042) is unknown color: approx Mardi Gras. HEX triplet: 43, 10 and 42. RGB value is (67,16,66). Sum of RGB (Red+Green+Blue) = 67+16+66=149 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.97% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 66 (26.17% from 255 or 44.30% from 149); Max value from RGB is 67 - color contains mainly: red. Hex color #431042 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431042 is #BCEFBD. Grayscale: #242424. Windows color (decimal): -12382142 or 4329539. OLE color: 4329539.

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

Color convert

RGB671666-
CMYK00.760.010.74
HSL301.18º61.45%16.27%-
HSV(B)301.18º76.12%26.27%-
XYZ3.481.965.35-
YUV36.95144.4149.43-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.97%
GREEN value IS 16 (6.64% from 255) = 10.74%
BLUE value IS 66 (26.17% from 255) = 44.30%
R=44.97%
G=10.74%
B=44.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.01
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67166600.760.010.74301.1861.4516.27
Hex43104204C14A12d3d10
Octal10320102011411124557520
Binary1000011100001000010010011001100101010010110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431042; }

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

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

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

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

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

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

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

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