#321536

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

Shades of Mardi Gras #321536

Tints of Mardi Gras #321536

Color information

#321536 (or 0x321536) is unknown color: approx Mardi Gras. HEX triplet: 32, 15 and 36. RGB value is (50,21,54). Sum of RGB (Red+Green+Blue) = 50+21+54=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 54 (21.48% from 255 or 43.2% from 125); Max value from RGB is 54 - color contains mainly: blue. Hex color #321536 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321536 is #CDEAC9. Grayscale: #212121. Windows color (decimal): -13494986 or 3544370. OLE color: 3544370.

HSL color Cylindrical-coordinate representation of color #321536: hue angle of 292.73º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #321536 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB502154-
CMYK0.070.6100.79
HSL292.73º44%14.71%-
HSV(B)292.73º61.11%21.18%-
XYZ2.251.483.66-
YUV33.43139.61139.82-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40%
GREEN value IS 21 (8.59% from 255) = 16.8%
BLUE value IS 54 (21.48% from 255) = 43.2%
R=40%
G=16.8%
B=43.2%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5021540.070.6100.79292.734414.71
Hex32153673D04F1252cf
Octal62256677501174455417
Binary11001010101110110111111101010011111001001011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321536; }

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

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

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

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

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

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

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

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