#431144

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

Shades of Mardi Gras #431144

Tints of Mardi Gras #431144

Color information

#431144 (or 0x431144) is unknown color: approx Mardi Gras. HEX triplet: 43, 11 and 44. RGB value is (67,17,68). Sum of RGB (Red+Green+Blue) = 67+17+68=152 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.08% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 68 (26.95% from 255 or 44.74% from 152); Max value from RGB is 68 - color contains mainly: blue. Hex color #431144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431144 is #BCEEBB. Grayscale: #252525. Windows color (decimal): -12381884 or 4460867. OLE color: 4460867.

HSL color Cylindrical-coordinate representation of color #431144: hue angle of 298.82º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #431144 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB671768-
CMYK0.010.7500.73
HSL298.82º60%16.67%-
HSV(B)298.82º75%26.67%-
XYZ3.562.015.67-
YUV37.76145.06148.85-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.08%
GREEN value IS 17 (7.03% from 255) = 11.18%
BLUE value IS 68 (26.95% from 255) = 44.74%
R=44.08%
G=11.18%
B=44.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6717680.010.7500.73298.826016.67
Hex43114414B04912b3c11
Octal10321104111301114537421
Binary1000011100011000100110010110100100110010101111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431144; }

 p { color: rgb(67,17,68); }

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

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

 a { background-color: rgb(67,17,68); }

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

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

 span { border-color: rgb(67,17,68); }

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