#431341

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

Shades of Mardi Gras #431341

Tints of Mardi Gras #431341

Color information

#431341 (or 0x431341) is unknown color: approx Mardi Gras. HEX triplet: 43, 13 and 41. RGB value is (67,19,65). Sum of RGB (Red+Green+Blue) = 67+19+65=151 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.37% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 65 (25.78% from 255 or 43.05% from 151); Max value from RGB is 67 - color contains mainly: red. Hex color #431341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431341 is #BCECBE. Grayscale: #262626. Windows color (decimal): -12381375 or 4264771. OLE color: 4264771.

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

Color convert

RGB671965-
CMYK00.720.030.74
HSL302.5º55.81%16.86%-
HSV(B)302.5º71.64%26.27%-
XYZ3.52.045.21-
YUV38.6142.9148.26-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.37%
GREEN value IS 19 (7.81% from 255) = 12.58%
BLUE value IS 65 (25.78% from 255) = 43.05%
R=44.37%
G=12.58%
B=43.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67196500.720.030.74302.555.8116.86
Hex43134104834A12e3811
Octal10323101011031124567021
Binary10000111001110000010100100011100101010010111011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431341; }

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

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

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

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

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

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

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

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