#321532

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

Shades of Mardi Gras #321532

Tints of Mardi Gras #321532

Color information

#321532 (or 0x321532) is unknown color: approx Mardi Gras. HEX triplet: 32, 15 and 32. RGB value is (50,21,50). Sum of RGB (Red+Green+Blue) = 50+21+50=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 50 (19.92% from 255 or 41.32% from 121); Max value from RGB is 50 - color contains mainly: red, blue. Hex color #321532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321532 is #CDEACD. Grayscale: #202020. Windows color (decimal): -13494990 or 3282226. OLE color: 3282226.

HSL color Cylindrical-coordinate representation of color #321532: hue angle of 300º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #321532 is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB502150-
CMYK00.5800.80
HSL300º40.85%13.92%-
HSV(B)300º58%19.61%-
XYZ2.161.443.18-
YUV32.98137.61140.14-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 41.32%
GREEN value IS 21 (8.59% from 255) = 17.36%
BLUE value IS 50 (19.92% from 255) = 41.32%
R=41.32%
G=17.36%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50215000.5800.8030040.8513.92
Hex32153203A05012c29e
Octal62256207201204545116
Binary110010101011100100111010010100001001011001010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321532; }

 p { color: rgb(50,21,50); }

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

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

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

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

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

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

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